Java Developer Question:
Download Questions PDF

Define 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 Developer Interview Questions And Answers PDF

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