0 votes
in JAVA by
Which of the following functional interfaces represents a function that accepts an int-valued argument and produces a long-valued result?

i)IntToLongFunction

ii)LongBinaryOperator

iii)IntLongOperator

iv)IntToDoubleFunction

1 Answer

0 votes
by
i)IntToLongFunction functional interfaces represents a function that accepts an int-valued argument and produces a long-valued result

Related questions

0 votes
asked May 31, 2022 in JAVA by Robin
0 votes
asked Apr 13, 2023 in JAVA by Robin
...