Q. Which of the following can lambda expressions NOT directly implement?
β
Correct Answer: (D)
Serializable
Explanation: Serializable is not a functional interface as it has no abstract methods.