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
What is an expression in c#?
What is default access specifier for class in c#?
Do unused Namespaces in c# affect run-time performance?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is a clr (common language runtime)?
What's the difference between an integer and int?
Perfect Example Of While And Do-While Loop In C#.Net ?
What is clr namespace?
How do I convert a string to an int in c#?
Can you explicitly call a destructor?
What is platform independence"?
Is struct object oriented?
What are the advantages of constructor?
Which are the loop types available in c#?
How do I calculate relative time?