Q. Method references require the functional interface to match in:
β
Correct Answer: (B)
Parameter list and return type
Explanation: The method signature must match both the parameters and return type of the functional interface method.