Q. What does the `Supplier` functional interface represent?
β
Correct Answer: (B)
Takes no input and returns a result
Explanation: `Supplier` returns a value without taking any input.