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
Q1: Intermediate operations are_; they aren't performed until
Q4: Collectors static method _ returns a Collector
Q28: Which of the following statements is false?<br>A)
Q38: Which of the following statements is false?<br>A)You
Q39: Prior to Java SE 8,Java supported three
Q44: _ is an intermediate operation that transforms
Q44: An _ (package java.util.stream)is a specialized stream
Q46: The type of a lambda is the
Q47: You can declare that an interface is
Q53: Functional interface Comparator's default method _ reverses