VB Dot Net Developer Question:

Explain hashtable?

Answer:

Hashtable is set to be items with key and value pairs. Keys are referred as indexes and quick search can be performed for values by searching through the keys.

Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Can you please explain the difference between int and int32?Explain nested classes?