Exam 1z0-809 All QuestionsBrowse all questions from this exam
Question 168

Which statement is true about the single abstract method of the java.util.function.Predicate interface?

    Correct Answer: B

    The java.util.function.Predicate interface in Java defines a single abstract method named test, which accepts one argument and returns a boolean. This method is used to evaluate whether the given argument satisfies a certain condition. Therefore, the correct statement about the single abstract method of the Predicate interface is that it accepts one argument and returns boolean.

Discussion
AVB22Option: B

All in for B

steefaandOption: B

B is correct.

WilsonKKerllOption: B

Answer is B.