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 are the tasks performed by <form> tags?

0 Answers  


What are the collections of Session Object?

2 Answers  


what is mean of ASP?

3 Answers  


what is the selection process for DMSS??

1 Answers  


How can we do validation of the fields in a project?

0 Answers  






how can i connect to ms-access database, with ASP??

0 Answers  


What do you need to run asp?

0 Answers  


Hi, i am looking for join learn real time project on dotnet please tell me which is the best institute now i am staying in a ameerpet. thank u for advance.

0 Answers  


What are the tasks performed by <> tags?

0 Answers  


Is asp the same as saas?

0 Answers  


What is Debit Memo & Credit Memo in Payables?

0 Answers   Infosys,


What are the methods in applet ? When is init(), start() called ?

1 Answers  


Categories