0 votes
in JAVA by

Which interface is used to represent a supplier of results in Java?

a) Function

b) Predicate

c) Supplier

d) Runnable

1 Answer

0 votes
by

Answer: c) Supplier

Explanation: The Supplier interface is used to represent a supplier of results in Java.

...