Both the List interface and the Set interface inherits the Collection interface. However, there exists some difference between them.
Now that we know what List is, we will see its implementations in ArrayList and LinkedList classes in detail in the next tutorials.