Multiple Choice
A nice performance feature of lazy evaluation is the ability to perform________ evaluation, that is, to stop processing the stream pipeline as soon as the desired result is available.
A) premature
B) short circuit
C) terminal
D) intermediate
Correct Answer:

Verified
Correct Answer:
Verified
Q57: Stream method _ eliminates duplicate objects in
Q58: Which of the following statements is false?<br>A)
Q59: The type of a lambda is the
Q60: The intermediate Stream operation _ results in
Q61: Which of the following statements is false?<br>A)
Q62: Class IntStream provides terminal operations for common
Q64: Terminal Stream operation _ performs processing on
Q65: Which of the following statements is true?<br>A)
Q66: The basic generic functional interface _ in
Q67: Functional interface BiConsumer's accept method has two