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.
b. Interface IntPredicate’s default method invert reverses the boolean value of the IntPredicate on which it’s called. Actually, Interface IntPredicate’s default method negate reverses the boolean value of the IntPredicate on which it’s called.
You might also like to view...
Each key thought of a presentation should be a separate, new slide
Indicate whether the statement is true or false
Which of the following is LEAST likely related to a slow Internet connection?
A. the number of users logged in to your Internet service B. the amount of traffic that is circulating on the Internet C. environmental factors that affect the speed of wireless connections D. the speed of your computer's processor