What is HashTable?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
Hashtable implements Map inteface
Hashtable is a legacy class.
Hashtable makes use of hashing technique to save the objects.
Hashtable saves the values of objects as key value pairs.
Hashtable doenn't allows null keys or null values.
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / janet
The Hashtable class implements a Hashtable data structure.A
Hashtable indexes and stores objects in a dictionary using
hash codes as the objects's keys. Hash codes are integer
values that identify objects.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / yogesh sanas
Hash Table is a type of data structure. It contains the key
value pairs. Each key is associated with its value.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the difference between Byte stream and Charecter Stream?
Which is better arraylist or vector?
What do you know about java?
What's the difference between an abstract class and interface in java?
What is the default execution method in java?
What are the advantages and disadvantages of object cloning?
My interview asked what is dynamic variable in java and where we use them.
Tell me the latest versions in java related areas?
I want to know the host name and provider name for tcs web mail
What is procedure overloading?
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
How many types of methods are there?