Java - Wrapper Classes
What will be the output of the following Java code snippet?
int num = 15; Integer boxedNum = num; System.out.println(boxedNum * 2);
What will be the output of the following Java code snippet?
int num = 15; Integer boxedNum = num; System.out.println(boxedNum * 2);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions