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
Why singleton class is sealed?
What are the benefits of using the aggregate method in linq?
What is oledb in c#?
How to find whether the application is run from inside ide or not?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Explain about finalize method?
What’s a strong name?
Why does my windows application pop up a console window every time I run it?
Is array a list?
What is executescalar in c#?
In which order the constructor is called for an inherited class?
How do you create partial methods?
What is the difference between proc. Sent by val and by sub?
Who introduced c#?
What are collections in c#?