What is use of a HashTable in .NET?



What is use of a HashTable in .NET?..

Answer / Deepak Kumar Verma

A Hashtable in .NET is a collection that stores data as key-value pairs. It provides fast lookup, insertion, and deletion operations by using a hash function to map the keys to indices in an array. This makes it suitable for applications that require quick access to items based on their unique identifiers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is c# good for beginners?

1 Answers  


What is iqueryable and ienumerable in c#?

1 Answers  


What?s a satellite assembly?

3 Answers   Visual Soft,


What is the use of delegates in c#?

1 Answers  


Can you change the value of a variable while debugging a C# application?

1 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


What is the purpose of a constructor in c#?

1 Answers  


What is the reason behind the invention of c#?

1 Answers  


How do you ensure the assembly created in c# is interoperable with vb.net?

4 Answers   IBM,


Why interface is required?

1 Answers  


what are some characteristics of an array?

1 Answers  


Which are the access modifiers available in c#?

1 Answers  


Categories