Saved Bookmarks
| 1. |
Which Of These 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. |
|