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 dictionary and hashtable in c#?



What is dictionary and hashtable in c#?..

Answer / Deepak Kumar

In C#, Dictionary<TKey, TValue> is a collection of key-value pairs. It is implemented as a hash table for fast lookups using keys. Hashtable is an older, non-generic collection that functions similarly to Dictionary but requires specific types for the keys and values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain the 3 types of properties in c# with an example?

1 Answers  


Can namespace contain the private class?

1 Answers  


What are the security issues if we send a query from the application?

1 Answers   Microsoft,


Is c# still popular?

1 Answers  


How do you escape c#?

1 Answers  


What is difference between struct and class in c#?

1 Answers  


how to prevent a class from being inherited in c#.net?

1 Answers  


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

1 Answers  


what is the difference between the debug class and trace class?

1 Answers   Rolta,


What do you mean by for each loop?

1 Answers  


Define Abstract Class in C#

1 Answers   HCL,


Is c# a technology?

1 Answers  


Categories