Examlex

Solved

The Basic Generic Functional Interface ________ in Package Java

question 38

Multiple Choice

The basic generic functional interface ________ in package java.util.function contains method accept that takes a T argument and returns void. Performs a task with its T argument, such as outputting the object, invoking a method of the object, etc.


Definitions:

Related Questions