What is the difference between Hash Table and Arrays?
Answer Posted / debjit
Has table is seriliazed but Array list is not
Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
Is it possible to have a static indexer in c#? Allowed in c#.
What are the different types of constructors in c#?
How do you prevent a method from being overridden in c#?
What happens if a static constructor throws an exception?
What are get and set in c#?
What is concrete class in c#?
How do you serialize an object?
Is array reference type in c#?
What is default value of enum c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Explain dataset.acceptchanges method in .net?
What is difference between method overriding and method overloading?
What is extension method in c sharp?
What is data set in c#?
What is the difference between system.text.stringbuilder and system.string?