Advertisements
Advertisements
Question
Wrapper classes are derived from Java's standard library ______.
Fill in the Blanks
Advertisements
Solution
Wrapper classes are derived from Java's standard library java.lang.
Explanation:
All primitive wrapper classes (like Integer, Character, and Boolean) are located in the java.lang package. Since this package contains the foundational components of the language, the Java compiler automatically imports it into every project without requiring an explicit import statement.
shaalaa.com
Is there an error in this question or solution?
Chapter 5: Library Classes - Exercises [Page 134]
