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


Please Help Members By Posting Answers For Below Questions

Is it possible to have a static indexer in c#? Allowed in c#.

729


What are the different types of constructors in c#?

821


How do you prevent a method from being overridden in c#?

667


What happens if a static constructor throws an exception?

720


What are get and set in c#?

762


What is concrete class in c#?

669


How do you serialize an object?

729


Is array reference type in c#?

680


What is default value of enum c#?

681


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.

2149


Explain dataset.acceptchanges method in .net?

717


What is difference between method overriding and method overloading?

755


What is extension method in c sharp?

690


What is data set in c#?

735


What is the difference between system.text.stringbuilder and system.string?

763