Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 895 Page Views: 

What is the Map interface?



Posted By: Avi Date: 9 November 2010 11:06:53 AM
 Answer:

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


Posted By: avibtech


Date: 9 November 2010 11:06:53 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image jWS5re
Related Questions
Core Java : How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?

How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?

Unicode requires 16 bits and ASCII require 7 bits, UTF-8 represents characters using 8, 16, and 18 b....
Category: Core Java Date: 11/9/2010 7:50:48 AM
Core Java : What is encapsulation?

What is encapsulation?

Encapsulation describes the ability of an object to hide its data and methods from the rest of the w....
Category: Core Java Date: 11/9/2010 7:39:52 AM
Core Java : What is the difference between Exception and Error ?

What is the difference between Exception and Error ?

Exception is recoverable and the Error is unrecoverable.
Category: Core Java Date: 11/9/2010 7:06:52 AM
Core Java : When is the finally clause of a try-catch-finally statement executed?

When is the finally clause of a try-catch-finally statement executed?

Unless the thread of execution terminates or an exception occurs within the execution of the finally....
Category: Core Java Date: 11/9/2010 6:02:49 AM
Core Java : What is the purpose of the enableEvents() method?

What is the purpose of the enableEvents() method?

The enableEvents() method is used to enable an event for a particular object. Normally, an event is ....
Category: Core Java Date: 11/9/2010 5:50:54 AM