The list is an interface in Java, which is a child interface of Collection . You can access it using java. util package. The classes that implement the List interface in Java are LinkedList, ArrayList, Vector, Stack, etc.
The list is an interface in Java, which is a child interface of Collection . You can access it using java. util package. The classes that implement the List interface in Java are LinkedList, ArrayList, Vector, Stack, etc.