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
Can list contain duplicates c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
Is string passed by reference in c#?
Why do we use public static void main in c#?
What is the default value of object in c#?
What is private static in c#?
What is the difference between “dispose” and “finalize” variables in c#?
What is visual c# net?
Why is c# a good programming language?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Is friend a constructor?
What is polymorphism and its types in c#?
Is static thread safe?
Why do we need constructors?
What is meant by desktop application?