What is the difference between Hash Table and Arrays?
Answer Posted / olivia
One more thing:
When generate a hash table, you don't have to set the
size. When generate an array, the size has to be set.
Hash table can save you space if you don't know how big an
array you may need.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How to declare a property in a class?
What is the difference between package and interface?
What is satellite assembly? And steps to create satellite assembly?
Define delay signing?
Which is more efficient for loop or while loop?
What is the difference between CreateObject() and GetObject()?
What is poco c#?
Explain the ways to deploy an assembly?
What is a helper method in c#?
What types of object can I throw as exceptions?
Can constructor be overloaded in c#?
How C# 4.0 supports dynamic programming language?
What is entity framework in c#?
What is clr namespace?
What is the full form of GAC? Explain its uses?