What is the difference between a Hash Table and a Dictionary?
The main differences are listed below.
Dictionary:
Returns an error if the key does not exist
No boxing and unboxing
Faster than a Hash table
Hashtable:
Returns NULL even if the key does not exist
Requires boxing and unboxing
Slower than a Dictionary
| Is This Answer Correct ? | 0 Yes | 0 No |
in hibernate, what is dirty reading?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What are virtual destructures?
What is Delegate? Have ever used Delegates in your project.
What are object pooling and connection pooling and difference?
diff between forms authentication and windows authentication?
Explain what is the difference between a class and an object?
Why DLL files are needed. & how They are Created in DOTNET?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
Explain About GDI object ?
How will you do redo and undo in textbox control?
What is the difference between the C#.NET and VB.NET?