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
Why do we need singleton pattern in c#?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What is dll hell, and how does .net solve it?
Define satellite Assembly?
Is arraylist type safe in c#?
What is the default value of object in c#?
Why is static constructor called first?
What is a delegate in c#?
How can you use abstract class and interface?
Explain constructor in c#?
Is var a data type?
What is or operator in c#?
Why is it important to override gethashcode when equals method is overridden?
Is array value type in c#?
Contrast System.String and System.Text.StringBuilder classes?