Skip to content

Latest commit

 

History

History

Collections

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java Collections:

A Collection represents a single unit of objects, i.e., a group.

The Collection framework represents a unified architecture for storing and manipulating a group of objects.

It has:

  1. Interfaces and its implementations, i.e., classes
  2. Algorithm