Collections in Java
A collection allows a group of objects to be treated as a single unit.
The Java Collections Framework provides a set of standard utility classes for managing various kinds of collections. The core framework is provided in the java.util package and co...
paraskaushik.hashnode.dev10 min read