Which of these standard collection classes implements a linked list data structure?
(a) AbstractList
(b) LinkedList
(c) HashSet
(d) AbstractSet
This question was posed to me during an interview.
The question is from Java.util topic in portion java.util – The Collections Framework of Java