Integer a = new Integer(2); Integer b = new Integer(2); What happens when you do if (a==b)?
Reveal answer
Fill a bubble to check yourself
Integer a = new Integer(2); Integer b = new Integer(2); What happens when you do if (a==b)?