Basic and Advance Java Question:

What is the Map interface in Java Programming?

Java Interview Question
Java Interview Question

Answer:

The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values.


Previous QuestionNext Question
If a class is declared without any access modifiers, where may the class be accessed in Java Programming? Does a class inherit the constructors of its superclass in Java Programming?