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

Why can't use DAO instead of ADO?

1 Answers   TATA,


How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.

0 Answers  


What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.

1 Answers  


What are the ASP Scripting Objects?

1 Answers  


Name the browsers that can access asp pages?

0 Answers  






What are the tasks performed by <> tags?

0 Answers  


What is an asp model?

0 Answers  


Explain the post & get method?

0 Answers  


What is full form of aspx?

0 Answers  


What is the default scripting language in asp?

0 Answers  


How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40

4 Answers   TCS,


In which database is the information, such as membership, role management, profile, and Web parts personalization, stored?

1 Answers   MindCracker, Muthoot Group,


Categories