0 votes
in JAVA by

Which of the following functional interfaces represents an operation that accepts a single input argument and returns no result?

i)BooleanSupplier

ii)DoubleBinaryOperator

iii)DoubleConsumer

iv)Consumer<T>

1 Answer

0 votes
by
iv)Consumer<T> functional interfaces represents an operation that accepts a single input argument and returns no result

Related questions

0 votes
asked May 31, 2022 in JAVA by Robin
0 votes
asked Jul 8, 2022 in ElasticSearch by Robin
...