0 votes
in JAVA by

Which of the following is NOT a method of the Function interface in Java?

a) apply()

b) andThen()

c) compose()

d) then()

1 Answer

0 votes
by

Answer: d) then()

Explanation: There is no method called “then()” in the Function interface in Java.

Related questions

0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
0 votes
asked Apr 24 in JAVA by Robin
...