A Admin • 828.03K Points Coach Q. What is the difference between a parallel stream and a sequential stream? (A) A parallel stream is more efficient than a sequential stream. (B) A parallel stream processes elements in parallel, while a sequential stream processes elements sequentially. (C) A parallel stream is always unordered, while a sequential stream is always ordered. (D) A parallel stream is always lazy, while a sequential stream is always eager. Correct Answer - Option(B) Views: 14 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.