What is the use of the list interface in the Java collection?

devquora
devquora

Posted On: Feb 22, 2018

 

The main use of the list interface is to allow the Java Collections to define an ordered collection with the duplicates. The list interface helps to add all the position-oriented elements and the new list Iterator that will help to enable the list to become bi-directional.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java collections Interview Questions

    What is Java Collection?

    A Java collection is a group of individual types of objects that are represented in a single unit...

    Java collections Interview Questions

    What are the types of Java Collections?

    The following are some of the types of the Java Collections:..

    Java collections Interview Questions

    What are the interfaces in Java Collections?

    The interfaces in Java Collections helps to provide the hypothetical data type to represent all the Java Collections framework..