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

What is a Dictionary?



Posted By: Avi Date: 9 November 2010 04:56:47 AM
 Answer:

Dictionary is a parent class for any class that maps keys to values, in it every key is associated with at most one value.


Posted By: avibtech


Date: 9 November 2010 04:56:47 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image dStrG6
Related Questions
Core Java : What are the different scopes for Java variables?

What are the different scopes for Java variables?

The scope of a Java variable is determined by the context in which the variable is declared. Thus a ....
Category: Core Java Date: 10/30/2009 4:56:04 AM
Core Java : Can applets communicate with each other?

Can applets communicate with each other?

Applets may communicate with other applets running in the same virtual machine. If the applets are o....
Category: Core Java Date: 10/30/2009 4:21:44 AM
Core Java : Primitive data types are passed by reference or passed by value?

Primitive data types are passed by reference or passed by value?

Primitive data types are passed by value.
Category: Core Java Date: 10/30/2009 4:17:35 AM
Core Java : Can try statements be nested?

Can try statements be nested?

Yes, Try statements can be nested.
Category: Core Java Date: 9/12/2009 8:20:13 PM
Core Java : What is a Java package and how is it used?

What is a Java package and how is it used?

A Java package is a naming context for classes and interfaces. A package is used to create a separat....
Category: Core Java Date: 9/12/2009 8:19:01 PM