Q28
In Java, what is the result of the expression `new Integer(5).equals(5)`?
A.
Compilation error
B.
`true`
AnswerC.
Runtime error
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board