Q25
Which of the following is an example of autoboxing in Java?
A.
`Character ch = 'A';`
AnswerB.
`String text = "Hello";`
C.
`int value = 42;`
D.
`Double result = 3.14;`
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board