Skip to content

Opening book details…

About this document

Overview of Java Collections Framework by khushivansh is a document available to read on EtoBox.

This document discusses Java collection classes. It explains that collections allow storing and manipulating groups of objects and describes common collection classes like ArrayList, LinkedList, Vector, Stack, Queue, PriorityQueue, HashSet, LinkedHashSet, and TreeSet. It provides code snippets and discusses the characteristics of each class, such as how they store elements, whether they allow duplicates, and whether they are synchronized.

Author
khushivansh
Language
EN