InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes implements Set interface?(a) ArrayList(b) HashSet(c) LinkedList(d) DynamicListI had been asked this question in an online quiz.Query is from Java.util in section java.util – The Collections Framework of Java |
|
Answer» Correct option is (b) HashSet |
|