What is the difference between Collection and List in Java? When should I use which?
Collection
List
Collection is the main interface of Java Collections hierarchy and List(Sequence) is one of the sub interfaces that defines an ordered collection.