InterviewSolution
Saved Bookmarks
| 1. |
Which of these standard collection classes implements a linked list data structure?(a) AbstractList(b) LinkedList(c) HashSet(d) AbstractSet |
|
Answer» Correct choice is (b) LinkedList Best explanation: None. |
|