What is the difference between Hash Table and Arrays?
Answer Posted / jagadish
In array we can store data of a similar type only.
Where as in hash table we can store different data types
| Is This Answer Correct ? | 20 Yes | 8 No |
Post New Answer View All Answers
What is task parallel library?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is callback delegate in c#?
What are the collection types can be used in c#?
When can a derived class override a base class member?
What are most desktop applications written in?
What are the return types in c#?
Can a loop recorder detect a heart attack?
Explain the process of inheriting a class into another class?
What are Namespaces?
Why hashtable is thread safe in c#?
What is the difference between out and ref in c#?
For read-only operation which property you have to designated?
Why do we need nullable types in c#?
What is meant by clr?