What is an instance of
A methods in object
An operator and keyword
Both
None
What happens when you do if (a==b)?
Integer a = new Integer(2); Integer b = new Integer(2);
Compiler error
Runtime Exception
FALSE