Integer a = new Integer(2); Integer b = new Integer(2); What happens when you do if (a==b)?
Compiler error
Runtime Exception
True
False