Find the output:
Integer i1 = 1000, i2 = 100;
Integer i3 = 10, i4 = 10;
System.out.println(i1 == i2);
System.out.println(i3 == i4);Find the output:
Integer i1 = 1000, i2 = 100;
Integer i3 = 10, i4 = 10;
System.out.println(i1 == i2);
System.out.println(i3 == i4);Create a free account to access the full topic