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 is remote data?
What is autopostback in c#?
Can we create multiple constructors?
What is querystring in c#?
What is c-sharp (c#)?
What is the usage of OLE?
What is task parallel library?
what is main function of alternate teamplate of datalist?
What is an int in c#?
What is a delegate how is it type safe?
Why do we use class in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is uint16?
What is trim in c#?
What is immutable in C#?