What is the difference between Hash Table and Arrays?
Answer Posted / navin chandra pandit
Hash table & Arrays both are collection but the main diff. is
that- Hash Table follows hashing technique, means it has two
parts-one is hash code while second is value corresponds to
the hash code. To access a value from hash table, we use the
hash code. While array has only value part. To access a
value from array, we use index no. generally.
| Is This Answer Correct ? | 42 Yes | 4 No |
Post New Answer View All Answers
Why do we Need of static class in c#?
Explain constructor in c#?
Can a constructor have a return type?
Explain the access modifiers in c#?
Define acid rule of thumb for transactions in c#.
Define clr in .net?
Why do you need boxing in c#?
is it possible to access a remote web service Without UDDI?
What are escape sequences explain with example?
What is the difference between a constant and a static readonly field?
Can we call server-side code (c# or vb.net code) from javascript?
How to install or uninstall a windows service?
What is the difference between function and method in c#?
What is an int in c#?
What is a lambda expression in c#?