Multiple Choice
char[][] table = new char[10][5];How many rows are in the array seen in the accompanying figure?
A) 0
B) 5
C) 10
D) 15
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: double[] as = new double[7];<br>Double[] bs;bs =
Q6: In which package is the class Vector
Q8: Which method of the class vector would
Q9: Given the method heading public static void
Q12: Which of the following is the array
Q13: char[][] table = new char[10][5];What is the
Q22: A Vector object can shrink during program
Q29: The statement int[] list = new int[15];
Q41: When a boolean array object is instantiated,
Q46: Arrays have a fixed number of elements.