Multiple Choice
The difference between an array and an ArrayList is
A) an ArrayList uses a LinkedList to hold its elements,an array does not.
B) an array keeps track of its length while an ArrayList does not track comparable information
C) arrays have a fixed size and cannot grow to accommodate more elements
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
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
Q14: Assume an array-based list implemented by a
Q15: The int indexOf(Object o)method of the List
Q16: The boolean contains(E element)method searches a ArrayList
Q17: Assume an array-based list implemented by a
Q18: An ArrayList is so called because<br>A) you
Q19: Assume an array-based list implemented by a