Multiple Choice
To access the number of rows in a two-dimensional array named grades, we would use which of the following?
A) grades
B) grades.size( )
C) grades.size
D) grades.length( )
E) grades.length
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: An ArrayList is not expandable.
Q45: The enhanced for loop enables looping through
Q46: In a two-dimensional array, the number of
Q47: This code would generate compiler errors.<br>for (
Q48: What is the name of the method
Q50: In the outer for loop, using the
Q51: We can store primitive data types in
Q52: What is the purpose of this code?<br>For
Q53: Initiating a two-dimensional array and then instantiating
Q54: We can pass a two-dimensional array parameter