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.

Computer Science & Information Technology

You might also like to view...

The syntax of the insert method is ____.

A. string.Insert(value,startIndex) B. Insert(startIndex,value).string C. string.Insert(value).startIndex D. string.Insert(startIndex, value)

Computer Science & Information Technology

An alternative to e-mail filtering is to purchase which of the following kinds of program that attempts to remove a message before it reaches a user's inbox?

A. email B. sieve C. filtering D. anti-spam

Computer Science & Information Technology

Which type of network topology allows for redundant paths between devices that can be used to bypass failed devices?

A. Mesh B. Star C. Bus D. Point-to-Point

Computer Science & Information Technology

The ________ is a free file storage and file sharing service.

a. Windows Live ThumbDrive b. Windows Live FlashDrive c. Windows Live SkyDrive d. Windows Live JumpDrive

Computer Science & Information Technology