In Java collection is a framework that will provides an architecture to store and manipulate the group of objects into single unit. Collection framework provides many interfaces (List, Set, Queue, Deque) and classes (ArrayList, LinkedList, Vector, Stack, HashSet, LinkedHashSet, EnumSet, TreeSet, PriorityQueue, ArrayDeque, ArrayBlockingQueue, LinkedBlockingQueue).
Above diagram shows list of interfaces and classes available in collection framework. In up coming section will learn more abount these classes and interfaces.