Java - Wrapper Classes
What will be the output of the following Java code?
int x = 10; Integer y = x; System.out.println(y + 5);
What will be the output of the following Java code?
int x = 10; Integer y = x; System.out.println(y + 5);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions