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