Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Java
medium
Java
primitives and char width
Single-choice MCQ
What does this code print?
int[] a = new int[0];\nSystem.out.println(a.length);