What is the difference between Hash Table and Arrays?
Answer Posted / senthil kumar
Both the hash table and arrays is used to store the
element.hash table is derived from the collection base
class.array is the base class of system.object.array is
reference type.which is identified with the position of
array for both insertion and retreival.but the hash table
is stored the data with unique key which helps to refer the
data.
if it is right ok! other wise correct me.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
For read-only operation which property you have to designated?
Can we have multiple threads in one app domain?
Can you use foreach iteration on arrays in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is wcf c#?
What is bit in c#?
Can you have parameters for static constructors?
How do I create a .exe file?
What are static and dynamic variables?
what class is underneath the sortedlist class?
What do multicast delegates mean?
Can a private virtual method can be overridden?
Is unity object oriented?
How do I enforce const correctness in c#?
What is difference between property and variable in c#?