Collection Framework
Collection Framework
Collections in Java:
The collection in java is a framework that provides an architecture to store and manipulate
the group of objects
Java collection can achieve all the operations that you perform on a data such as searching,
sorting, insertion, manipulation and deletion
Java collection means a single unit of object. Java collection framework provides many
interface (Set, List, Queue, Deque) and classes (ArrayList, LinkedList, Vector, Stack,
PriorityQueue, HashSet, LinkedHashSet, TreeSet)
Framework:
Collection Framework:
The collection framework represents a unified architecture for storing and manipulating a
group of objects.
It has:
Java.util package contains all the classes and interfaces for the collection framework