what is collections and what is generics
COLLECTION: Collection are used for grouping related objects that allows us to iterate over those objects. Generics: Generic means make objects generalise.Generic types are the types that take other type name to define their own type.