What is HashTable?

Answers were Sorted based on User's Feedback



What is HashTable?..

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

What is HashTable?..

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

What is HashTable?..

Answer / kalyan

hash table is synchronized ,so in performance perspective
it is not good when compared to hashmap

Is This Answer Correct ?    11 Yes 2 No

What is HashTable?..

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

Post New Answer

More Core Java Interview Questions

What are meta-annotations?

0 Answers   Cyient,


What is the symbol for space?

0 Answers  


What is a flag value?

0 Answers  


watz the difference between abstract class and interface? Which one u ill choose as a designer?

1 Answers   Sonata,


What is an Iterator interface?

2 Answers  


What is arrays sort in java?

0 Answers  


Give the difference between the println method and sqrt method?

0 Answers  


Which is bigger float or double java?

0 Answers  


What is exception and error? and what is the difference between them?

2 Answers  


How do you sort an array in java?

0 Answers  


how copy the hashmap object into arraylist at java program?

4 Answers   HCL, Wipro,


what is the difference between future and callable interface in java?

0 Answers  


Categories