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 data set in c#?
Difference between call by value and call by reference in C#?
Why are c# strings immutable?
What is default value of bool in c#?
What is namespace c#?
explain Garbage collector’s functionality on unmanaged code
Does constructor return any value in c#?
What is executescalar in c#?
What are the Configuration files in .net?
Differentiate between the public and private ?
Does unity use c++ or c#?
Do we get an error while executing the “finally” block in c#?
What are the types in c#?
Can we override interface methods in c#?
What is anonymous methods in c#?