R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which type of stream supports parallel processing?

  • (A) List
  • (B) Stream
  • (C) SequentialStream
  • (D) ParallelStream
  • Correct Answer - Option(D)
  • Views: 6
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
`parallelStream()` creates a stream capable of parallel execution.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.