What is the difference between Hash Table and Arrays?
Answer Posted / jagadish
In array we can store data of a similar type only.
Where as in hash table we can store different data types
| Is This Answer Correct ? | 20 Yes | 8 No |
Post New Answer View All Answers
How to implement singleton design pattern in c#?
What is an interface class? Give one example of it
Explain what are the steps for creating clr trigger?
How can I check the type of an object at runtime?
what happens if you inherit multiple interfaces and they have conflicting method names?
Does c# support try-catch-finally blocks?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
write a program to find the biggest palindrome in the given string
What is difference between hashtable and dictionary in c#?
What is a property c#?
Explain acid rule of thumb for transactions in c#.
Does c# support a variable number of arguments?
Explain the process of inheriting a class into another class?
What are the steps to make an assembly to public?
Why we use anonymous methods in c#?