samar
Java dictionary class
1 Answer(s)      2 years and 8 months ago
Posted in : Java Interview Questions

What is the Dictionary class?
View Answers

October 26, 2010 at 5:13 PM


Hi,

Here is the answer,

The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values. Every key and every value is an object. In any one Dictionary object, every key is associated with at most one value. Given a Dictionary and a key, the associated element can be looked up. Any non-null object can be used as a key and as a value.

Thanks.









Related Pages:
Java dictionary class
Java dictionary class  What is the Dictionary class
Dictionary class
Dictionary class  hello,, What is the Dictionary class?   hii,, The Dictionary class provides the capability to store key-value pairs
create dictionary in java
create dictionary in java  Hi, dear : How can create simple dictionary in java .. by using Applet or any other way like GUI (basic), please write Comment on the line that difficult to learning it .think u so much
Java Dictionary-Sort,Extract
Java Dictionary-Sort,Extract  *I need to make an English(other language) dictionary by collecting english/other language words in a text file...,camp......." then sorted dictionary file with hashes pointed to the sorted
how to write a english dictionary project in java
how to write a english dictionary project in java  please give me idea how to write program/source code for dictionary project
How to import elglish dictionary in java - Java Beginners
How to import elglish dictionary in java  Hi.. This is Sakthi... How to import english dictionary in java platform.. My task it to check... .. Is it possible to do this in java
how to import english dictionary in java - Java Beginners
how to import english dictionary in java  Hi.. This is Sakthi... How to import english dictionary in java platform.. My task it to check whether... .. Is it possible to do this in java.... Thanks in advance
Class
Class, Object and Methods       Class : Whatever we can see in this world all the things... is termed as a class. All the objects are direct interacted with its class
how to read from dictionary c
how to read from dictionary c  how to read elements from dictionary in c programming
SQNco EN/FA Dictionary
SQNco EN/FA Dictionary       The Best and Newest English / Farsi Dictionary,Free Searchable English-Farsi and Farsi-English dictionary with more than 70000 words. Read full Description
Java class
Java class  What is the purpose of the Runtime class
java class
java class  write a java program to display a msg "window closing" when the user attempts to close the window.(a) create a window class (b) create frame within the window class (c) extends window adapter class to display the msg
java class
java class  please send me the answer of the question which i have send according of java class assoon as possible . Write a java program to display.... a. Create a window class. b. Create frame within the window class. c. Extend
java
java  What is the super class of Hashtable?  The Dictionary class is the abstract parent Hashtable
Class
C:\roseindia>java Classtest It's a example of class... Class       This section explores the concept of a class in reference to object oriented programming
java class - Java Beginners
java class  How to run a java class(Mail.java) automatically in tomcat server for a particular time
Explain final class, abstract class and super class.
Explain final class, abstract class and super class.  Explain final class, abstract class and super class.   Explain final class, abstract class and super class. A final class cannot be extended. A final class
class file
class file  how to convert java classfile into java sourcefile
Java Class Size
Java Class Size  How to determine size of java class
String Compression using Deflater class in java
String Compression using Deflater class in java. In this tutorial, we will define the use of Deflater class. The Deflater class is used to compressed data by using ZLIB library. The Deflater class is available in java.util.zip package
converting java class to java fx class
converting java class to java fx class   i am working on a java project which would convert text to speech and speech to text. i have developed a java file that would work for text to speech. it is working fine as a .java file
super class
super class  which is the super base class in java
Java inner class
Java inner class  What are inner class and anonymous class
class method in java
class method in java  How to write a class method in Java?   You must read Java - Class, Object and Methods in Java
Java adapter class
Java adapter class  What is adapter class
java class - Java Beginners
java class  Define a class product with the following data members 1.Product number int(Auto generated) 2.Product name char [20] 3.Price float... program to execute the above class ad functions for 5 products
java Class - Java Beginners
java Class  Can anyone please explain what this code means? import java.util.TreeMap; import java.util.Iterator; //Please tell me what this class declaration means???????????? public class ST, Val> implements Iterable
Example of HashMap class in java
Example of HashMap class in java. The HashMap is a class in java collection framwork. It stores values in the form of key/value pair. It is not synchronized
abstract class
abstract class   Explain the concept of abstract class and it?s use with a sample program.   Java Abstract Class An abstract class is a class that is declared by using the abstract keyword. It may or may not have
Abstract class
Abstract class  j   An Abstract class is a base class which...://www.roseindia.net/help/java/a/java-abstract-class.shtml http://www.roseindia.net/java/master-java/abstract-class.shtml
how send nsnotification to forward class
is not loaded yet. example,there is a class A,where i am creating a dictionary and posting... the dictionary sent by class...how send nsnotification to forward class   how to send nsnotification
abstract class
abstract class  what is abstract class .why we use it or what is the need of this class?   Abstract class is like base class which... the following links: http://www.roseindia.net/help/java/a/java-abstract-class.shtml
Nested class
Nested class  What is nested class?  when a class is defined within another class then such a class is called a nested class. Nested classes are a feature of Java that is included in jdk1.1. The reasons of why we use
Class Loader
;The Java ClassLoader is a an abstract class which extends the Object class. Java class loader is a part of the Java Runtime Environment that dynamically loads... a concept to understand when learning about class loaders. Libraries in java
Class Loader
;The Java ClassLoader is a an abstract class which extends the Object class. Java class loader is a part of the Java Runtime Environment that dynamically loads... a concept to understand when learning about class loaders. Libraries in java
Wrapper Class
Wrapper Class  what is wrapper class in java and why we use it   Hi Friend, Wrapper class is a wrapper around a primitive data type... as a Boolean class instance. All of the primitive wrapper classes in Java
java class - Java Beginners
java class  wts need of this code? UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());   Hi Friend, If you want to give Window look to your frame,dialog box etc,then you have to use the following
Java System class
Java System class  What is the purpose of the System class
abstact class - Java Beginners
abstact class  write a java program to implement an animal abstact class
Java math class
Java math class  Can you instantiate the Math class
java Math class
java Math class  Why are the methods of the Math class static
Java file class
Java file class  What is the purpose of the File class
Java abstract class
Java abstract class  Can an abstract class be final
java anonymous class
java anonymous class  Can an anonymous class be declared as implementing an interface and extending a class
java class - Java Beginners
java class  hi sir, i have to compile two classes(eg:controller.java and client.java) and i have imported some packages in it using jar files(like Activation.jar and servlet.jar) when ever i am running in command promt
The nested class - Java Beginners
The nested class  Hi, What is nested class in Java? What is the benefits of nested class? Write examples of nested class. Thanks   .../java/n/java-nested-class.shtml Thanks
wrapper class.
wrapper class.  Write short note on character wrapper class.   Java Character Wrapper class The Character class wraps a value of the primitive type char in an object. An object of type Character contains a single field
How to create a class in java
How to create a class in java  I am a beginner in programming and tried to learn how to do programming in Java. Friends please explain how can I create a class in Java
java object class methods
java object class methods  What are the methods in Object class?  There are lots of methods in object class. the list of some methods are as- clone equals wait finalize getClass hashCode notify notifyAll
How to Compress file using Deflater class in java
How to Compress file using Deflater class in java. In this Example, we will discuss  how to use Deflater class in java. The Deflater class is used to compressed data by using ZLIB library. The Deflater class is available