Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Whatis the output of the following code snippet?
What
is the output of the following code snippet?
int[ ] numbers = new int[5];
System.out.println(numbers.length);
null
0
ArrayIndexOutOfBoundsException
5
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!