0 votes
by
Which functional interface would you use for the following: No parameters, returns a value.

i)Consumer

ii)BiConsumer

iii)BiSupplier

iv)Supplier

1 Answer

0 votes
by
iv)Supplier interface would you use for the following: No parameters, returns a value.
...