Master java skills

List

List Interface

This interface defines a type that all the classes implementing this will store objects in an ordered manner. This also allows duplicate elements.

Concrete classes of this interface are ArrayList, LinkedList, Vector, Stack.

Navigate to sub-menus under this menu for learning about lists.

Next Topic

https://javatrainingschool.com/collections/arraylist/