A

Admin • 828.03K Points
Coach

Q. Which functional interface represents a function that returns a value of type T and takes no arguments?

  • (A) Supplier<T>
  • (B) Function<T,R>
  • (C) Consumer<T>
  • (D) Predicate<T>

Explanation by: Admin
Supplier provides results of type T without input.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.