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
Why do we need to call CG.SupressFinalize?
What are the different types of assembly?
What is int tryparse in c#?
Explain the feature of c# language?
What is the delegate in c#?
What is the default scope of a class in c#?
Does c# have functions?
Explain the use of Mutex in C#?
What is c# windows form application?
What is mean by c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Difference between directcast and ctype.
What is the difference between list and ilist in c#?
What is stringbuilder c#?
What is difference between assembly and dll?