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
How can I create image pieces/sub image?
What is the process of delegation?
Explain how do I get deterministic finalization in c#?
Why singleton class is sealed in c#?
What do you mean by casting a data type?
Can we extend static class in c#?
What is icomparer in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Where’s global assembly cache located on the system?
What is 8 bit signed integer?
What is the difference between list and arraylist in c#?
What are extension methods and where can we use them?
What are the basics of c#?
Why do we use public static void main in c#?
What are value types and reference types?