Home / Report Question

Q. What does the `Supplier` functional interface represent?
  • A. Takes input and returns output
  • B. Takes no input and returns a result
  • C. Takes input and returns void
  • D. Returns a boolean result