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
What is a linked list c#?
Can a method be sealed in c#?
Why do we use classes?
Is array value type in c#?
Why is hashset faster?
What is executescalar in c#?
What is difference between struct and class in c#?
What is the difference between c and c# programming?
What is the purpose of static?
Explain the difference between Metadata and Manifest
What is stringwriter c#?
Explain the difference between access specifier and access modifier in c#?
What is the system namespace?
What is the difference between firstordefault and singleordefault?
What is c-sharp (c#)?