What are some characteristics specific to maps as opposed to lists and sets?

What are some characteristics specific to maps as opposed to lists and sets?



Answer: maps are defined using entries, a combination of a key object and a value object. It also does not extend Iterable or Collection or any other interface.


Learn More :

Data Structures

Learn More Multiple Choice Question :