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, what is the use of it, when do we use
(purpose).

Answers were Sorted based on User's Feedback



What is HashTable, what is the use of it, when do we use (purpose)...

Answer / shiva charan

1.basically hashtable stores in terms of (key,value) pair.
2.all the searching operations can be done in O(1) time
complexity.
3. hashtable when u insert the values internally it uses
some optimized algorithm so that accessing will be pretty
much easier.
all the searching operations will be done with less time
complexity if u store the data in a hash table

Is This Answer Correct ?    5 Yes 0 No

What is HashTable, what is the use of it, when do we use (purpose)...

Answer / subodh kumar

First of all Why HashTable? Answer is very simple. Suppose
you have some data, which needs to be stored in two
dimensional array and have a link format of Key and Value.
For example, a person name and his social security number
and we can access there data using a key.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 Answers  


About a class access specifiers and method access specifiers ?

3 Answers   MMTS,


What is the do while loop code?

0 Answers  


Is stringbuilder better than string?

0 Answers  


Can we override static class in c#?

0 Answers  


What is the execution entry point for a c# console application?

0 Answers  


State two different types of access modifiers.

0 Answers  


What are the properties of a string class?

0 Answers  


What is a string? What are the properties of a string class?

1 Answers  


What do you understand by an Implicit Variable?

0 Answers   CGI,


How many types of constructor are there in c#?

0 Answers  


What is asynchronous one-way calls?

0 Answers  


Categories