Q. Which functional interface is often used with method references that return a value?
β
Correct Answer: (B)
Supplier
Explanation: `Supplier` represents a function that returns a value and takes no input, suitable for method references.