code
16px-Pencil

A list is a type of collection where the elements stored in it can be accessed by their position within the collection. unlike sets lists allow duplicate elements to be stored. A list is comparable to a mathematical tuple with arbitrary arity.

Java

.NET

See Also