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
How many bytes is an int?
What is the differences between datagrid, datalist and repeater in .net?
How many types of constructors are there in c#?
Is double a decimal?
Why do we use Design Pattern in C#?
Is c# and c same?
What is console used for?
What is a console device?
Define parsing? Explain how to parse a datetime string?
What is the difference between Object and class adapters?
What is response redirect in c#?
list the steps in code compilation in c#?
How many constructors can a class have in c#?
Why we use get and set property in c#?
What are generics in c#.net?