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
Can a static class contain non static members?
What are virtual destructors?
what are implementation inheritance and interface inheritance?
How do I unload an application domain?
Why do we override in c#?
What is the difference between Decorator and Adapter pattern?
Is typeof c#?
Explain briefly the difference between value type and reference type?
What is the execution entry point for a c# console application?
Explain the OOPS concept in C#?
Define encapsulation?
What is nameof c#?
Which is executed if an exception has not occurred?
What is desktop example?
What are the different types of classes in c#?