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.

Related questions

0 votes
asked Apr 30 in JAVA by john ganales
0 votes
asked May 8 in JAVA by rahuljain1
...