What is the primary difference between a Map and a Set in the Java Collection Framework?
Select one:
a. None of the mentioned
b. Map stores key-value pairs, while Set stores only values
c. Map is ordered, while Set is unordered Incorrect
d. Map is unordered, while Set is ordered