0 votes
in JAVA by

Which of the following functional interfaces represents an operation that accepts an object-valued and an int-valued argument, and returns no result?

       A. Predicate<T>

       B. ObjIntConsumer<T>

       C. ObjLongConsumer<T>

       D. Supplier<T>

1 Answer

0 votes
by

Correct answer is  ObjIntConsumer<T>.

...