The `List` Interface Objectives¶ Be able to use the List interface and several implementation classes. Understand the difference between ArrayList and LinkedList, and ArrayList and Vector. Topics¶ The List Interface List Methods LinkedList Vector Using List - Best Practices Labs Up -- Next