Q11
What is the result of the following code in Java? Integer a = 1000; Integer b = 1000; System.out.println(a == b);
A.
Runtime error
B.
Compilation error
C.
`false`
AnswerD.
`true`
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board