Multiple Choice
You use this method to determine the number of items stored in an ArrayList object.
A) numberItems
B) capacity
C) size
D) items
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Java does not limit the number of
Q2: What is the value of scores[2][3] in
Q3: What would be the results of the
Q4: When an array is passed to a
Q5: When an individual element of an array
Q9: Objects in an array are accessed with
Q9: By default, Java initializes array elements with
Q10: The binary search algorithm:<br>A) is less efficient
Q11: What does the following statement do? double[]
Q51: If a[ ] and b[ ] are