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...
You can easily ________ your data by using a multitable query
Fill in the blank(s) with correct word
Metrics like the attack vector, complexity, exploit maturity, and how much user interaction is required are all found in what scoring system?
A. CVE B. CVSS C. CNA D. NVD