What is meant by Collection Framework? Describe the collection hierarchy. code example
Example: what type of collections used
Depending on the data that I am working with, I use
Arrays, Lists, Sets, Maps.
Depending on the data that I am working with, I use
Arrays, Lists, Sets, Maps.