Advertisements
Advertisements
Question
Wrapper classes belong to java.util package.
Options
True
False
MCQ
True or False
Solution
This statement is False.
Explanation:
In Java, wrapper classes (such as Integer, Character, Boolean, Double, and so on) are found in the java.lang package instead in the java.util package. Every Java program automatically imports the java.lang package contains fundamental classes like wrapper classes, String, Math, and so on.
shaalaa.com
Is there an error in this question or solution?