Integer a = new Integer(2); Integer b = new Integer(2); What happens when you do if (a==b)?

Options
- Compiler error
- Runtime Exception
- True
- False


CORRECT ANSWER : False

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement