Find the output:
Integer x = 500; Integer y = x; x++; System.out.println(x == y);
Create a free account to access the full topic