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 view model in c#?
Can enum be null c#?
What exactly is serverless?
Are private members inherited in c#?
Which debugging tools you can use in the .NET ssSDK?
Why do I get a security exception when I try to run my c# app?
What is Dependency of Injection?
What are collections in c#?
Why c# is called c sharp?
what is scope of a protected internal member variable of a c# class
Is array thread safe c#?
What is the difference between arraylist and list in c#?
What is virtual class in C#?
What is serializable in c#?
What are logical operators in c#?