If we want to represent a group of values without duplicates where order is not important then we should go for set Data Type.
1) Insertion order is not preserved 2) Duplicates are not allowed 3) Heterogeneous objects are allowed 4) Index concept is not applicable 5) It is mutable collection 6) Growable in nature