ExamQuestions.com

Register
Login
Java SE 8 Programmer II Exam Questions

Oracle

Java SE 8 Programmer II

49 / 130

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.