Multiple Choice
Which of the following statements is false?
A) Interface IntPredicate's default method and performs a logical AND operation with short-circuit evaluation between the IntPredicate on which it's called and its IntPredicate argument.
B) Interface IntPredicate's default method invert reverses the boolean value of the IntPredicate on which it's called.
C) Interface IntPredicate default method or performs a logical OR operation with short-circuit evaluation between the IntPredicate on which it's called and its IntPredicate argument.
D) You can use the interface IntPredicate default methods to compose more complex conditions.
Correct Answer:

Verified
Correct Answer:
Verified
Q36: Intermediate Stream operation _ results in a
Q37: The basic generic functional interface _ in
Q38: The basic generic functional interface _ in
Q39: Interface Stream (package java.util.stream) is a generic
Q40: IntStream method _ performs the count, min,
Q42: Which of the following statements is false?<br>A)
Q43: IntStream method _ (a terminal operation) performs
Q44: _ is an intermediate operation that transforms
Q45: You can define your own reductions for
Q46: Which of the following statements is false?<br>A)