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?

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *