A

Admin • 828.03K Points
Coach

Q. Which of the following statements is true about Streams?

  • (A) Streams modify the original collection
  • (B) Streams support parallel execution
  • (C) Streams store data
  • (D) Streams are reusable

Explanation by: Admin
Streams can be parallelized using `parallelStream()` for faster processing.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.