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 is the difference between malloc () and new?
What is an Interface in C#?
Explain “static” keyword in c#?
Differentiate between static class and singleton instance?
What does it mean to override a method?
What is a method c#?
What is a class in unity?
What is difference between singleordefault and firstordefault?
What is razor view in c#?
Define mutex in C#?
What is c# best for?
What is the difference between static class and sealed class in c#?
Are c# objects passed by reference?
What is difference between abstraction and encapsulation in c#?
How to find type of variable?