Collection in Java
Collection Framework has been added in JDK 1.2 and has been expanded in 1.4 -1.6 Interface & Classes of Collection Framework Collection API provides a group of the interface to choose from, but it also gives you some concrete classes to directly play with. Core Interfaces Collection List Set SortedSet (Extends Set Interface) NavigableSet (Extends SortedSet) Map …