Multiple Choice
Given the following two-dimensional array declaration, which statement is true?
Int[][] numbers = new int[6][9];
A) The numbers array has 54 rows.
B) The numbers array has 15 rows.
C) The numbers array has 6 rows and 9 columns.
D) The numbers array has 6 columns and 9 rows.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Java does not limit the number of
Q30: Java provides a mechanism known as _,
Q32: You use this method to determine the
Q33: To return an array of long values
Q34: What will be the result of the
Q35: What does <String> specify in the following
Q38: Which of the statements are true about
Q39: This method returns a string representing all
Q40: The Java compiler does not display an
Q61: The String [ ] args parameter in