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
Why ienumerable is used in c#?
How does foreach loop work in c#?
What is the difference between readkey and readline in c#?
Define satellite Assembly?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is out in c#?
Is int reference type c#?
What are some of the commonly used commands in sqlcommand?
How the versioning applies to Assemblies or can you explain version numbers?
Explain About multi level and multiple inheritance how to achieve in .net
Which framework is best for desktop application?
What are constants in c#?
Can we inherit static class in c#?
What is a satellite assembly in c#?