What is the difference between Hash Table and Arrays?
Answer Posted / kalidoss
Basically both are used to store the data,but the array is
the collection same object which is accessed by index or
supscript,but in hash table we can store different type
object like a structure but hastable follows two fields,
one is hash key another one is value.The value will be
fetched from hashtable by hash key but sometime hash key
might be string
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Why do we need delegates in c#?
What is difference between private and static constructor?
What is Implicit conversion in C#?
Why we use delegates in c#?
Can you instantiate a struct without using a new operator in c#?
What's the difference between the debug class and trace class? Documentation looks the same.
What is lock statement in C#?
We cannot create instances of static classes. Can we have constructors for static classes?
Can a static class contain non static members?
Difference between directcast and ctype.
What are winforms in c#?
Is c# scripting language?
What is difference between assembly and dll?
What is appdomain in c#?
Can you prevent a class from being instantiated?