R Ram Sharma π Coach β 193.88K Points π JAVA Q. What is the need for Autoboxing and Unboxing in Java? (A) Reduces code to be written by developers to convert from Wrapper to Primitive vice versa (B) Compile time is reduced due to fixed methods followed to automatically convert Objects and Primitives (C) Auto-unboxing improves memory efficiency by converting Wrapper to Primitive and process when object version is not needed (D) All the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the above