Q. What is the purpose of method references in the context of lambdas?
β
Correct Answer: (B)
To refer to methods directly as a lambda alternative
Explanation: Method references allow referring to existing methods as lambdas.