What is the differnce between Array and Hash Table?
Answer Posted / pramodgupta20
1.Array can store same type of data While Hash Table can
store different type of data.
2) Hash table store data as name,value pair. while in array
only value is store.
3) to access value from hash table, you need to pass name.
while in array, to access value , you need to pass index
number.
Is This Answer Correct ? | 70 Yes | 1 No |
Post New Answer View All Answers
What are the differences between a class and a struct?
what is .NET framework architecture ??
What is an event in c#?
Explain the process of inheriting a class into another class?
Explain about c# language.
What is the use of console readline () in c#?
What are the concepts of dispose method?
What are nested classes in c#?
What is difference between throw and throws in c#?
Where is the keyword void used?
How do you serialize an object?
Why do we need generics in c#?
what is the Difference between the public and private ?
Explain About Iunknown interface Queue
Is c# substring zero based?