InterviewSolution
Saved Bookmarks
| 1. |
Which of these standard collection classes implements all the standard functions on list data structure?(a) Array(b) LinkedList(c) HashSet(d) AbstractSetThe 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 |
|
Answer» CORRECT CHOICE is (a) Array For EXPLANATION: NONE. |
|