List vs ArrayList vs Dictionary vs Hashtable vs Stack vs Queue?

Viewed 82484

We can use any of these (includes List, ArrayList, Dictionary, Hashtable, Stack, Queue) to hold value or hold reference to other objects as a collection.

But, my question is which one is used when?

3 Answers
Related