Multiple Choice
The capacity of an array-based list such as ArrayList
A) is the number of bytes of memory that the list can hold
B) is the number of elements that are currently stored in the list
C) is the size of its internal array
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The E get(int index)method of the List
Q4: The size of an array-based list such
Q5: If a new element is added to
Q6: What is the difference between the Iterator
Q7: The position of an item within a
Q9: Assume an array-based list implemented by a
Q10: Assume an array-based list implemented by a
Q11: Assume an array-based list implemented by a
Q12: Assume an array-based list implemented by a
Q13: Why does the Java Collections Framework define