java
Collections:There are inbuilt class for different data structures available in java . They are classified into 3 List ,Set and Map .
A list can have duplicate values whereas a Set cannot have duplicate values.
A Map is used to store data in form of key and value.A Map does not allow duplicate keys but allows duplicate values.