Basic and Advance Java Question:
Download Questions PDF

What is the Map interface in Java Programming?

Answer:

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

Download Java Interview Questions And Answers PDF

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?