You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the use of
the Queue <T> collection type.
Which of the following is TRUE with regards to the Queue <T>collection type?
A.
It represents a first in, first out (FIFO) collection of objects.
B.
It represents a last in, first out (LIFO) collection of objects.
C.
It represents a collection of key/value pairs that are sorted by key based on the associated
IComparer<T> implementation.
D.
It represents a list of objects that can be accessed by index.
Explanation: