Java
Collections in Java – Day 16
Collections in Java The collection represents a group of objects. Depending on the method of storing and retrieving. Collections are basically divided into three parts – Set Map List. Where Set does not contain duplicate values, Map contains the key-value type of data whereas List can have a duplicate value Read more…