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 do you mean by generic class in c#?
Can we override constructor in c#?
What is the base class of all classes in c#?
What are the types of assembly available
what is a enumeration in c#
From which base class do all Web Forms inherit from?
What is dapper in c#?
What namespace is list in c#?
What is JIT (just in time)? how it works?
How do generics work in c#?
How does array sort work?
Give an example of removing an element from the queue?
Can properties be overloaded in c#?
What is difference between array and arraylist in c#?
What is serialization in c#?