A

Admin • 828.03K Points
Coach

Q. Which functional interface consumes two input arguments and returns no result?

  • (A) BiConsumer
  • (B) BiFunction
  • (C) Predicate
  • (D) Function

Explanation by: Admin
BiConsumer<T,U> takes two inputs and returns void.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.