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:
good description define on Block diagram
could you elaborate more on collection
Post a Comment