Q12
In Java, which of the following is a valid autoboxing conversion?
A.
`String` to `Integer`
B.
`Integer` to `double`
C.
`boolean` to `String`
D.
`int` to `Integer`
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board