ASP Programming Question:

What is a Dictionary object?

Tweet Share WhatsApp

Answer:

It lets you store and retrieve information in a flexible data structure. Each value or information stored in a Dictionary is associated with a key through which the information can be retrieved.

Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is a FileSystemObject object?What is Cookies collection?