+1 vote
in JAVA by

What is the List interface in Java?

1 Answer

0 votes
by

The List interface provides support for ordered collections of objects.

Lists may contain duplicate elements.

...