What is the difference between Hash Table and Arrays?
Answer Posted / senthil kumar
Both the hash table and arrays is used to store the
element.hash table is derived from the collection base
class.array is the base class of system.object.array is
reference type.which is identified with the position of
array for both insertion and retreival.but the hash table
is stored the data with unique key which helps to refer the
data.
if it is right ok! other wise correct me.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
What is the interface in c#?
What is difference between array and collection?
What is the difference between finalize() and dispose() methods?
What is difference between c sharp and c#?
What is private protected in c#?
Why do we need delegates in c#?
what is the difference between a struct and a class in c#?
If I want to override a method one of class A and in class b then how do you declare?
what is .NET framework architecture ??
What is virtual in c#?
What do you use c# for?
How does a while loop work?
What is default parameter in c#?
What is difference between throw and throws in c#?
What is object array in c#?