Difficulty: Easy
Correct Answer: java.util.ArrayList
Explanation:
Introduction / Context:
This checks understanding of ArrayList vs other collections in terms of resizing, indexing, and synchronization.
Concept / Approach:
Final Answer:
java.util.ArrayList
Discussion & Comments