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
What are collection classes?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Describe how a .net application is compiled and executed
What is new method in c#?
What is a delegate how is it type safe?
What is a hash table c#?
Can a child class call the constructor of a base class?
What is an xsd file?
Explain nullable types in c#?
What are value types in c#?
Are tuples immutable c#?
What is console based application?
Can a class be protected in c#?
What is the use of ienumerable in c#?
What is dll file in c#?