What is the difference between Hash Table and Arrays?
Answer Posted / revaz khvedelidze
Also, Array stores fixed size of collection of elements and
it slower than Hash Table
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c# a backend language?
What is class sortedlist underneath?
How does array sort work?
What is a private method in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is the delegate in c#?
Explain copy constructor?
Distinguish between array and arraylist in c#?
Explain the term inheritance in C#.
what are nullable types in c#
What's the difference between class and object?
What does get set mean in c#?
What is the difference between console application and windows application?
In object oriented programming, how would you describe encapsulation in c#?
Can you instantiate a struct without using a new operator in c#?