Computer Science, asked by kanha89121, 1 year ago

What are the class implementations of List interface in Java?

Answers

Answered by omegads04
0

Java List interface extends Collection interface. Collection interface externs Iterable interface. Some of the most used List implementation classes are ArrayList, LinkedList, Vector, Stack, CopyOnWriteArrayList.

Similar questions