A

Admin • 802.91K Points
Coach

Q. Which functional interface represents an operation that takes a single input argument and returns no result?

  • (A) Supplier
  • (B) Consumer
  • (C) Function
  • (D) Predicate

Explanation by: Admin
Consumer<T> accepts a single input and returns no result.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.