Question 49:
Which statement is true about java.util.stream.Stream?
Answer options:
A. A stream cannot be consumed more than once. B. The execution mode of streams can be changed during processing. C. Streams are intended to modify the source data. D. A parallel stream is always faster than an equivalent sequential stream. E. Stream operation accepts lambda expressions as its parameters.