Which of these standard collection classes implements all the standard functions on list data structure?
(a) Array
(b) LinkedList
(c) HashSet
(d) AbstractSet
The question was posed to me during an internship interview.
The above asked question is from Java.util in division java.util – The Collections Framework of Java