Answer Posted / 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 View All Answers
What is asp used for?
What is asp format?
what is the role of attributes properties in asp field object
How to make page break in Crystal Report..?
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
Explain life cycle of asp page.
What happens to a html page in asp?
Explain the difference between server-side validation and client-side validation?
Name the command to display characters to the html page?
Define asp?
IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?
how to create overlay on div ?
Define querystring collection?
What is caching in asp?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com