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>.

Related questions

0 votes
asked Jun 30, 2022 in JAVA by sharadyadav1986
0 votes
asked May 22, 2022 in JAVA by AdilsonLima
...