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 is c# used for?
Can you describe iuknown interface in short?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Is list passed by reference c#?
How we can create an array with non-default values?
What is difference between static and constant variable?
What is difference between string and stringbuffer in c#?
Why do we use struct in c#?
Why do we use classes?
What is string method in c#?
Is .net and c# the same?
Is c# a strongly-typed language?
Can a child class call the constructor of a base class?
What is the symbol used for in c#?
What is polymorphism c# example?