What are the differences between the Java collection and the Java list?

devquora
devquora

Posted On: Feb 22, 2018

 

Java CollectionJava List
Java Collections is just a type of a collection of items in which you can add, remove, iterate and also can have the query about how much stuff is being collected in Java.A Java list basically adds information about the defined sequences of all the stuff that are being present in it.
The collection is basically a root interface of Java.A list is one of the subinterfaces that mainly helps to define an ordered collection.

    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..