Collection Framework in Java
A Collection allows a group of objects to be treated as a single unit
Java Collection Framework provides a set of utility classes for managing various kinds of collections
The collection interface extends the Iterable interface that specifies an i...
sunilkiran.hashnode.dev9 min read