In a map, there is the key and the element. By using a key you get the element.
(Maps are sometimes called "associative arrays" because they're actually the general form of an array.)
can you please check following points are correct:-
1. List and Set contains elements in sorted order .
2. we can not change elements value from set.
3. there is also key value pair in set but in set we don't have to set key.
4. which one es more efficient?
5. Example were er should use map or set?