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

Computer Science & Information Technology

You might also like to view...

By default, the Visual Studio Community2015 IDE assigns this name to a new Windows Forms project:

a) NewProject1 b) WindowsFormsApplication1 c) NewProject d) MyProject

Computer Science & Information Technology

A Canvas is a layout container that allows you to position controls by defining explicit coordinates from the Canvas’s ________ corner.

a) lower-left b) lower-right c) upper-left d) upper-right

Computer Science & Information Technology