Multiple Choice
Which of the following statements is true?
A) Stream method filter receives a Predicate and results in a stream of objects that match the Predicate.
B) Predicate method test returns a boolean indicating whether the argument satisfies a condition.
C) Interface Predicate also has methods and, negate and or.
D) Each of these statements is true.
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
Q63: A nice performance feature of lazy evaluation
Q64: Terminal Stream operation _ performs processing on
Q66: The basic generic functional interface _ in
Q67: Functional interface BiConsumer's accept method has two