0 votes
in JAVA by

Which interface is used to define functional interfaces in Java?

a) Function

b) Predicate

c) Supplier

d) Runnable

1 Answer

0 votes
by
Answer: a) Function

Explanation: The Function interface is used to define functional interfaces in Java.

Related questions

0 votes
asked Apr 26 in JAVA by SakshiSharma
0 votes
asked Feb 28, 2023 in JAVA by rajeshsharma
...