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 binary search tree in data structure?
Explain copy constructor?
What are some of the commonly used commands in sqlcommand?
Is c# an open source?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Explain About delegates
What is strong data type in c#?
Is string primitive?
How do you use nullable?
Is list passed by reference c#?
Who introduced c#?
What is the difference between a private assembly and a shared assembly?
What is reflection in c#?
What is the purpose of dependency injection?
What are the advantages of generics in c#?