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 IDisposal interface,IComparable,IEquatable,IFormatable
What is the difference between C# 3.5 and C# 4.0?
C# called c sharp why?
What is static classes in c#?
What do you know about device context?
What is better C# or VB.NET?
What is a protected class in c#?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
What is event sourcing in c#?
How long will it take to learn c#?
Can a private virtual method can be overridden?
What is difference between comparable and comparator?
Explain Constructor and destructor?
What are c# collections?
In which way a two-dimensional array declared in C#?