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).

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enlist the different types of classes in c#?

977


What's your approach to fetch static data in your windows form application?

1075


What is escape character in c#?

980


What is a linked list c#?

932


What are the various components in crystal reports?

1003


What is asynccallback c#?

1111


What is the name of c# compiler?

1200


Why do we need to call CG.SupressFinalize?

1052


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

955


Explain the use of virtual, sealed, override, and abstract method?

945


How can you force derived classes to provide new method implementations for virtual methods?

976


Why are strings in c# immutable?

990


What is a property c#?

1098


What is the difference between interface and abstract class in c#?

978


Why do we use polymorphism in c#?

955