Answer Posted / kautilya
arraylist is a collection of objects of same type. It
implements IList interface. it can grow dynamically, we can
add elements in it at runtime. it should be used when we
dont have information that how many elements will get
stored in it. it also has facility of searching and sorting.
Hashtable is storing data in key-value pair, where key
field will remain unique. Here elements can be searched
using key value. It is serializable.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is string mutable in c#?
What is the base class in .net from which all the classes are derived from?
What is wpf application in c#?
What is multithreading with .net?
What is yield keyword?
What is an object and a class?
Which string method is used for concatenation of two strings in c#?
What is a verbatim string literal and why do we use it?
To catch any possible exception What is the C# syntax written ?
What is CASPOL?
What are cshtml files?
Is c# good for games?
Which is better python or c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
Explain about Error handling and how this is done