Java Wrapper Classes
Q1.
Which of the following is a wrapper class in Java?
Q2.
What is Autoboxing in Java?
Q3.
Which statement about wrapper classes is true?
Q4.
What happens if you try to unbox a null wrapper object?
Q5.
Which package contains all wrapper classes in Java?