Java Collection With Short Notes

A collection in java is framework that provides architecture to store and manipulate the group of Object.All the operation that you perform on a data such as searching, sorting, insertion .manipulation, deletion etc.Java collation is simply means a single unit of the object, java collection provide may interface(Set,List,Queue,Deque,SortedSet,SortedMap) and class(ArrayList,vector,LiskedList, PriorityQueue, HashSet, HashMap, LinkedHashSet, TreeSet,TreeMap).



2 comments:

Unknown said...

good description define on Block diagram

Deepali Raghuwanshi said...

could you elaborate more on collection