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 the function of Buffer in Response Object?

1 Answers  


Explain the difference between sap r/2 and r/3?

0 Answers  


What are shared assemblies?

0 Answers  


What is a variable in asp?

0 Answers  


What is difference between server.transfer and response.redirect ?

2 Answers   CIStems Software, Effexoft, VebTel,






Explain the event handlers of session object?

0 Answers  


How do I print an aspx file?

0 Answers  


What are asp controls?

0 Answers  


What's the purpose of using BUFFER property?

2 Answers  


what is the role of attributes properties in asp field object

0 Answers  


How do I save an asp file as a pdf?

0 Answers  


Define asp?

0 Answers  


Categories