InterviewSolution
Saved Bookmarks
| 1. |
Which Collection Classes Implement List Interface? |
|
Answer» Some of the COLLECTION classes that implement List interface are ARRAYLIST, CopyOnWriteArrayList, LinkedList, Stack, VECTOR. Some of the Collection classes that implement List interface are ArrayList, CopyOnWriteArrayList, LinkedList, Stack, Vector. |
|