Q3
What is the primary benefit of autoboxing in Java?
A.
It improves memory management
B.
It reduces code complexity
C.
It simplifies code by automatically converting between primitive types and their corresponding wrapper classes
AnswerD.
It speeds up code execution
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board