What is the difference between Hash Table and Arrays?
Answer Posted / amit singh
Hashtable is not type safe while array is.
Boxing takes place while u store value in hastable.Because
hastable stores data as objects and when u retreive value
then unboxing takes plase.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is platform independence"?
What is the difference between parse and tryparse in c#?
What is xaml file in c#?
Can mvc be used for desktop applications?
When is a class declared as a class abstract?
What is static void main in c#?
What is data binding with example?
What is disco?
How to sign an assembly with strong name?
Can you create partial delegates and enumerations?
Why to use lock statement in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is a class level variable in c#?
What is polymorphism and its types in c#?
What is inheritance in csharp?