True or false? Integer a = 3; Integer b = 3; System.out.println(a == b); What if you change 3 to "3" and Integer to String?
0
0
0
0
0