Which of these standard collection classes implements a dynamic array?
(a) AbstractList
(b) LinkedList
(c) ArrayList
(d) AbstractSet
I got this question during an interview for a job.
My enquiry is from Java.util in division java.util – The Collections Framework of Java