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 do you know about WM_CHAR message?
Describe a Struct ?
How do you clear a list in c#?
Explain briefly the difference between value type and reference type?
How can I check the type of an object at runtime?
What are the examples of data types?
What is difference between var dynamic and object in c#?
What are the Types of compatabilities and explain them
What is the difference between static and private constructor in c#?
Are constructors inherited c#?
Explain about multithreading?
What is concrete class in c# with example?
Is boxing an implicit conversion?
What is the main purpose of linq?
What is difference between ienumerable and list?