InterviewSolution
Saved Bookmarks
| 1. |
Which of these standard collection classes implements a linked list data structure?(a) AbstractList(b) LinkedList(c) HashSet(d) AbstractSetThis question was posed to me during an interview.The question is from Java.util topic in portion java.util – The Collections Framework of Java |
|
Answer» CORRECT CHOICE is (B) LinkedList Best EXPLANATION: NONE. |
|