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
How to Install uninstall assemblies into GAC?
What is difference between override and new in c#?
What is difference between an reference type and value type in C#?
What are extender provider components?
Describe the parts of assembly.
Explain the ways to deploy an assembly?
What is entity framework c#?
Is php better than c#?
What is delegate in c#?
What is #region in c#?
Which function is the entry point for a DLL in MS Windows 3.1?
How does aspect oriented programming work?
Can we change static variable value in c#?
Can a struct be null?
Explain polymorphism in c# with a simple example?