Multiple Choice
2.3 Q3:Terminal operations are eager; they perform the requested operation when they are called.
A) immediate
B) idle
C) lazy
D) eager
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Collectors static method _ returns a Collector
Q6: Stream method findFirst is a short-circuiting terminal
Q12: You can define your own reductions for
Q17: Map method _ performs an operation on
Q18: By default,method sorted uses _.<br>A)ascending order<br>B)the natural
Q36: Intermediate Stream operation _ results in a
Q39: Prior to Java SE 8,Java supported three
Q39: Interface Stream (package java.util.stream) is a generic
Q40: IntStream method _ performs the count, min,
Q42: A nice performance feature of lazy evaluation