List in Java

Ashok Veer | May 04, 2020 | Be the first to comment!

List in Java

Java List interface is an ordered collection. The user of this interface has precise control over where in the list each element is inserted. We can access the element by their integer index and search for element in the List.

Features of List Interface

List interface allow you to add duplicate element in list.
Java List allows null element.
Java List interface extends the Collection interface.
Java List follow the insertion order of the element.


List Interface  declaration

public interface List extends Collection {


List interface in java - techfloaters.blogspot.in



0 comments:

Post a Comment

 
Copyright © 2019 techfloaters • All Rights Reserved.
Template Design by Ashok Veer ( veersoft solution)