InterviewSolution
Saved Bookmarks
| 1. |
Which Classes Implements Set Interface? |
|
Answer» HASHSET and TREESET implements SET interface where as LINKEDLIST and ArrayList implements LIST interface. HashSet and TreeSet implements Set interface where as LinkedList and ArrayList implements List interface. |
|