What is the difference between Hash Table and Arrays?
Answer Posted / jagadish
In array we can store data of a similar type only.
Where as in hash table we can store different data types
| Is This Answer Correct ? | 20 Yes | 8 No |
Post New Answer View All Answers
What is the advantage of constructor in c#?
What is append in c#?
how to sort an array in c#
What is iqueryable?
What is the use of console readkey in c#?
What is the difference between package and interface?
What is the default value of object in c#?
What is call back method?
Explain the difference between const and static read-only?
How do I count the length of a string in c#?
Structs are not reference types. Can structs have constructors?
What do you mean by synchronous and asynchronous operations?
Who introduced c#?
What is entity framework in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?