Java - Wrapper Classes
What will be the output of this code?
Integer a = 1000; Integer b = 1000; System.out.println(a == b);
Integer a = 1000; Integer b = 1000; System.out.println(a == b);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions