Multiple Choice
To initiate parallel processing,invoke IEnumerable< T > extension method ________ (from class ParallelEnumerable) ,which returns a ParallelQuery< T >.
A) Parallel
B) AsConcurrent
C) AsParallel
D) Concurrent
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The compiler converts LINQ queries into calls
Q12: Assigning an array of a derived-class type
Q13: Which of the following statements is false<br>A)
Q14: A _ is one way to implement
Q15: In functional programming,you specify _ you want
Q17: Storing everything as objects in a collection
Q18: Which of the following is not a
Q19: Classes which implement the IEnumerator interface must
Q20: Which of the following statements is false<br>A)
Q21: Enumerators must implement the IEnum interface.