List is an ordered collection of objects in which duplicate values can be stored. We can also store the null elements in the list. It contains the index-based methods to insert, update, delete and search the elements. Since a list preserves the insertion order, it allows positional access and insertion of elements. Let’s learn more about list.