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
Why array is faster than arraylist in c#?
Define multicast delegate in c#?
Can I define my own exceptions?
Explain about WSDL
What is dapper in c#?
What are strings in c#?
How many static constructors are allowed in a class?
What are the benefits of using the aggregate method in linq?
Differentiate between object pooling and connection pooling in c#?
List the different stages of a thread?
What are the basics of c#?
What is ienumerable <> in c#?
Show us in simple steps to create setup & deployment project for windows application?
Can I fly with a loop recorder?
What are the 2 broad classifications of data types available in c#?