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 function and method in c#?
Which are the loop types available in c#?
What does console readkey do in c#?
Name some properties of array.
What is a variable in c#?
Which attribute is used in order that the method can be used as webservice?
What are the boolean data types in c#?
How do you define a predicate?
Can the accessibility of a type member be greater than the accessibility of its containing type?
What is ienumerator c#?
Why is xml called extensible?
How to block a class from being inherited further?
How long can a string be c#?
What is c sharp language?
Can we change static variable value in c#?