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 satellite assembly in c#?
What is cli in c#?
Define thread? Explain about multithreading?
What is array and its types in c#?
What is polymorphism and its types in c#?
What is difference between override and new in c#?
Why do I get a syntax error when trying to declare a variable called checked?
Is double a decimal?
What is data quality assurance?
what is collections in .net? why we use?
What do you mean by saying a "struct is a value type"?
What is decimal in c#?
What is disco?
What is cookies c#?
What is console write in c#?