Question: Given an IntStream, which method would you use to obtain an equivalent parallel IntStream? A. parallelStream() B. parallels() C. getParallelStream() D. parallel() E. getParallel() F.
Given an IntStream, which method would you use to obtain an equivalent parallel IntStream?
A. parallelStream()
B. parallels()
C. getParallelStream()
D. parallel()
E. getParallel()
F. None of the above.
Step by Step Solution
3.46 Rating (166 Votes )
There are 3 Steps involved in it
The correct answer is D parallel In Java the parallel method is used to create an equivale... View full answer
Get step-by-step solutions from verified subject matter experts
