What is the difference between Hash Table and Arrays?
Answer Posted / debjit
Has table is seriliazed but Array list is not
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is the difference between list and array in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is the difference between readkey and readline in c#?
How can I get the ascii code for a character in c#?
What is base class in c#?
What is the difference between double and decimal in c#?
What is a lambda expression in c#?
Is an array an object c#?
What is dll in vb.net?
What is iqueryable and ienumerable in c#?
What is the use of 0 in c#?
Explain the difference between event and a delegate in c#?
Can we create instance of private class in c#?
Why abstraction is used in c#?
What is a race condition?