Q5
What happens if you try to unbox a `null` reference in Java?
A.
It throws a `ClassCastException`
B.
It returns `null`
C.
It throws a `NullPointerException`
AnswerD.
It returns the default value for the primitive type
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board