Сomparing two different objects

Report a typo

Find the output:

Integer i1 = 1000, i2 = 100;
Integer i3 = 10, i4 = 10;

System.out.println(i1 == i2);
System.out.println(i3 == i4);
Select one option from the list
___

Create a free account to access the full topic