Multiple Choice
An ArrayList is so called because
A) you can use array subscript notation to work with the ArrayList
B) it is implemented as a class that uses an internal array to hold the elements of the list
C) you can pass it as a parameter to any method that expects an array
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
Q19: Assume an array-based list implemented by a
Q20: The difference between an array and an