Question 1
What is the main purpose of a wrapper class in Java?
Question 2
Which wrapper class matches the primitive type $double$?
Question 3
Why is a wrapper class needed when storing numbers in an $ArrayList$?
Question 4
What is autoboxing in Java?
Question 5
What is unboxing in Java?