Q4
In Java, which classes are used for autoboxing and unboxing operations?
A.
Exception classes (e.g., `RuntimeException`)
B.
Wrapper classes (e.g., `Integer`, `Double`)
AnswerC.
Collection classes (e.g., `ArrayList`, `HashMap`)
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board