What are maps interfaces in the Java Collections?

devquora
devquora

Posted On: Feb 22, 2018

 

A map is basically a type of container that stores the elements along with the keys in the Java Collections. These types of keys are basically indexes. In the map interfaces, the keys can be of any of the objects. A map doesn’t contain any of the duplicate keys.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java collections Interview Questions

    What is Java Collection?

    A Java collection is a group of individual types of objects that are represented in a single unit...

    Java collections Interview Questions

    What are the types of Java Collections?

    The following are some of the types of the Java Collections:..

    Java collections Interview Questions

    What are the interfaces in Java Collections?

    The interfaces in Java Collections helps to provide the hypothetical data type to represent all the Java Collections framework..