Which collection type should you use?

Topic 1, Volume A

You are developing an application that includes a class named Order. The application will store a collection of Order objects.

The collection must meet the following requirements:

• Use strongly typed members.

• Process Order objects in first-in-first-out order.

• Store values for each Order object.

• Use zero-based indices.

You need to use a collection type that meets the requirements.

Which collection type should you use?
A . Queue<T>
B . SortedList
C . LinkedList<T>
D . HashTable
E . Array<T>

Answer: A

Explanation:

Queues are useful for storing messages in the order they were received for sequential processing. Objects stored in a Queue<T> are inserted at one end and removed from the other.

http://msdn.microsoft.com/en-us/library/7977ey2c.aspx

Latest 70-483 Dumps Valid Version with 288 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments