Posts

Showing posts from August, 2021

Java Collection Framework.

Collection framework divided into Classes and Interfaces Classes : Arrays, Collection Interfaces : Collection, Iterator and Map Classes implementing collection interface : 1. List - ArrayList, LinkedList, Stack and Vector 2. Set - EnumSet, HasSet, LinkedListSet and TreeSet 3. Queue - ArrayQueue, LinkedList and PriorityQueue.