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

When is UnsupportedOperationException Thrown in Java ?

Why Do You Use Upcasting or Downcasting in Java ?

What is the Difference Between sendRedirect and forward in a JSP ...

What is the Different Type of Tag Library Groups in JSTL ?

What is Information Hiding in Java ?