Q10
Which of the following is an example of autoboxing in Java?
A.
`String text = "Hello";`
B.
`Integer num = 42;`
AnswerC.
`Double result = 3.14;`
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board