Multiple Choice
What is the name of the method that returns the number of elements in an ArrayList object?
A) size
B) number
C) length
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: _ arrays allow us to represent data
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 (
Q49: To access the number of rows in
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