What is HashTable, what is the use of it, when do we use
(purpose).
Answer Posted / subodh kumar
First of all Why HashTable? Answer is very simple. Suppose
you have some data, which needs to be stored in two
dimensional array and have a link format of Key and Value.
For example, a person name and his social security number
and we can access there data using a key.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are primitive types in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
Why do we use delegates in c#?
Which is faster dictionary or list?
What is the purpose of dependency injection?
What is the difference between CONST and READONLY?
What is the purpose of the integer parse method the decimal parse method?
What are get and set in c#?
Explain boxing and unboxing in c#?
What is the difference between hashtable and dictionary in c#?
What is the difference between namespace and class in c#?
What is jit (just in time)?
What are Indexers in C#?
What is part of a method signature in c#?
Explain how to add controls dynamically to the form using c#.net.