Q30
In Java, what is the result of the expression `Integer.valueOf(10).equals(Integer.valueOf(10))`?
A.
`false`
B.
Compilation error
C.
Runtime error
D.
`true`
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board