719 Views
Java Map Interface Tutorial With Example | Map Interface in Java is today's topic. A map is an object that is designed to store associations between keys and their corresponding values - or key/value pairs. Both the key and value are objects. Essentially, a key has to be unique, whereas values may not be so.
0 comments