Multiple Choice
How many rows and how many columns are in the points array,declared here: int [][] points = new int[10][20];
A) 9 rows and 19 columns
B) 10 rows and 20 columns
C) 0 rows and 0 columns
D) The rows and columns are not specified.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: What would be the results of the
Q6: You use this method to determine the
Q9: Objects in an array are accessed with
Q10: Which of the following is a correct
Q18: Java limits the number of dimensions that
Q24: Given the following two-dimensional array declaration, which
Q30: What will be the value of x[1]
Q42: To compare the contents of two arrays,
Q51: If a[ ] and b[ ] are
Q60: To return an array of long values