In Java, which classes are used for autoboxing and unboxing operations?
A. Exception classes (e.g., `RuntimeException`)
B. Wrapper classes (e.g., `Integer`, `Double`)
C. Collection classes (e.g., `ArrayList`, `HashMap`)
D. None of These
Answer: Option B

Join The Discussion