Q. What is the main purpose of lambda expressions in Java?
β
Correct Answer: (B)
To reduce code verbosity in implementing functional interfaces
Explanation: Lambdas provide a concise way to implement single-method interfaces.