Multiple Choice
Which of the following statements is false?
A) You filter elements to produce a stream of intermediate results that match a predicate.
B) IntStream method filter receives an object that method that takes one parameter and returns a boolean result.
C) If the result of calling filter's argument is true for a given element, that element is included in the resulting stream.
D) All of the above statements are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Class Array's _ method is used to
Q15: Which of the following statements is false?<br>A)
Q16: Map method entrySet returns a Set of
Q17: Which of the following statements is false?<br>A)
Q18: The intermediate Stream operation _ results in
Q20: _ is a method reference for an
Q21: The basic generic functional interface _ in
Q22: Stream reduction operation _ uses the elements
Q23: A lambda expression represents a(n) _ method-a
Q24: Which of the following statements is false?<br>A)