Microsoft Exam Questions

Which type of collection should you use?

You want to use a collection to store Order items. The collection must be thread-safe and must
provide access to the items in a last-in-first-out sequence. Which type of collection should you use?

A.
LinkedList

B.
ConcurrentQueue

C.
ConcurrentStack

D.
NameValueCollection