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