Q. What is the main benefit of using functional interfaces in Java?
β
Correct Answer: (B)
Enables lambda expressions
Explanation: Functional interfaces enable the use of lambda expressions.