Java - Wrapper Classes
Identify the error in this code snippet:
Integer num = null; int val = num; System.out.println(val);
Integer num = null; int val = num; System.out.println(val);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions