Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain wait() method of object class ?

0 Answers  


What is difference between static class and normal class?

0 Answers  


What is the flag in java?

0 Answers  


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


What enableEvents() method do?

1 Answers  


What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?

1 Answers  


Can we create object of static class?

0 Answers  


What is the root class for all Java classes?

8 Answers   IBM, Infosys,


What is namespace in java?

0 Answers  


Can we serialize static variables in java?

0 Answers  


Can we overload final method in java?

0 Answers  


What are autoboxing and unboxing? When does it occur?

0 Answers  


Categories