What are collections Understanding code with collections code example
Example 1: what type of collections used
Depending on the data that I am working with, I use
Arrays, Lists, Sets, Maps.
Example 2: what is collection fromework
The Java collections framework is a set of classes and interfaces that implement commonly reusable collection data structures.