In Java, the Abstract List is the part of the Java Collection Framework . The Abstract list is implemented by the collection interface and the Abstract Collection class. This is used when the list can not be modified.
Is list an abstract class in Java?
In Java, the Abstract List is the part of the Java Collection Framework . The Abstract list is implemented by the collection interface and the Abstract Collection class. This is used when the list can not be modified.