Q. Can a method reference refer to a method with parameters?
β
Correct Answer: (B)
Yes, if compatible with the functional interface
Explanation: A method reference can refer to a method with parameters as long as it matches the functional interface signature.