Multiple Choice
What is the output of the following code?
Int[][] counts =
{
{ 0, 0, 1 },
{ 0, 1, 1, 2 },
{ 0, 0, 1, 4, 5 },
{ 0, 2 }
};
System.out.println(counts[3].length) ;
A) 2
B) 3
C) 4
D) 5
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Which one of the following is a
Q22: What is the output of the code
Q23: What is the result of executing this
Q24: Which one of the following is the
Q25: What will be printed by the statements
Q26: Complete the following code snippet with the
Q28: Consider the following code snippet:<br>Int[][] arr =<br>{<br>{
Q29: What will be printed by the statements
Q49: What should you check for when calculating
Q71: When an array reading and storing input