Q24
In Java, what is the result of the expression `new Integer(5) == 5`?
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