What is the difference between Hash Table and Arrays?
Answer Posted / ravi
a) Hash table store data as name,value pair. while in array
only value is store.
b) to access value from hash table, you need to pass name.
while in array, to access value , you need to pass index number.
c) you can store different type of data in hash table, say
int,string etc. while in array you can store only similar
type of data.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Give 2 scenarios where static constructors can be used?
Which of these string definitions will prevent escaping on backslashes in c#?
What does public mean in c#?
Define xslt.
Explain the working of serialization?
What is xpath in c#?
What is the purpose of ienumerable in c#?
if you do have a stack overflow profile.what is your ranking?
Explain the 3 types of properties in c# with an example?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is windows form in c#?
Illustrate serialization?
What is concatenation and when should it be used?
What is the importance of closing an ado.net application?
What is array and types of array in c#?