1.
What is autoboxing in Java?

3.
What is the primary benefit of autoboxing in Java?

4.
In Java, which classes are used for autoboxing and unboxing operations?

5.
What happens if you try to unbox a `null` reference in Java?

7.
Which of the following statements is true about autoboxing in Java?