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 May 2 in JAVA by Robin
0 votes
asked May 5 in JAVA by sharadyadav1986
...