Multiple Choice
A List< T > is similar to an array,but can also _________.
A) dynamically resize
B) add items anywhere in the List< T >
C) contain objects of any one type
D) Both a and b
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: You can sort a LINQ query's results
Q13: The Capacity property indicates the number of
Q14: The _ extension method indicates that only
Q16: LINQ is used to query collections in
Q17: If multiple properties are listed in the
Q19: The _ extension method is returns the
Q20: The results of a LINQ query can
Q21: A LINQ query is executed when it's
Q22: Collections of type List< T > can
Q23: A generic method does not need an