What are the Java Collection Classes That Implement List Interface ?

Java classes that implement List interface are...

  • AbstractList
  • AbstractSequentialList
  • ArrayList
  • AttributeList
  • CopyOnWriteArrayList
  • LinkedList
  • RoleList
  • RoleUnresolvedList
  • Stack
  • Vector


You May Interest

Why an Object Used as Key in HashMap Should Be Immutable in Java ...

Why Do We Use Tag Library in JSP ?

How Will You Include a Static File in a JSP Page ?

How Does Garbage Collection Work in Java ?

What is Template Method Design Pattern in Java ?