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


Tell me about Dictionary Object?

Answers were Sorted based on User's Feedback



Tell me about Dictionary Object?..

Answer / guest

It it a collection Object used to store "name = value" pair
information. Collection of similar data.

Is This Answer Correct ?    1 Yes 0 No

Tell me about Dictionary Object?..

Answer / sonali

A dictionary is actually just another collection of
Key/Value pairs, just like a HashTable, except that you
declare a type for the Key and Value.
An example of a simple Dictionary object would be something
like:

Dictionary<int, string> newDict = new Dictionary<int,string>();

When you get the key or value, you are given an actual
Object of a specific type. With a HashTable, the Key and
Value are just Objects, meaning they have no type and must
be converted to something in order to be more than just that.
With a dictionary, you can declare the Object types and get
back useful Objects or those types

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP Interview Questions

What is full form of aspx?

0 Answers  


What are the event handlers of Session Object?

1 Answers  


how to implemet online examination in asp.net

0 Answers  


what is SDLC in Software?pl.give proper explaination

0 Answers  


What happens to asp pages?

0 Answers  


how can we done appllication deployment

0 Answers   3i Infotech, HCL,


what is execute dataset for sp

0 Answers  


How do asp pages work?

0 Answers  


What does asp mean in business?

0 Answers  


What is an asp model?

0 Answers  


What is the function of Buffer in Response Object?

1 Answers  


I have written an assembly that I want to use in more than one application. Where do I deploy it?

0 Answers  


Categories