What is the differnce between Array and Hash Table?
Answer Posted / mohit jethva
Array can not contain diffrent type of object where in hash table you can store it.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a hash table c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What are the advantages of interface in c#?
What is difference between throw and throws in c#?
How do you comment in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
Can arraylist hold primitive types?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What are the access modifiers in c#?
What is satellite assembly? And steps to create satellite assembly?
What is parallel programming in c#?
What is the difference between constants and read-only?
What are the fundamental differences between value types and reference types?
What is enum in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?