Q. Which keyword is used to define a functional interface?
β
Correct Answer: (B)
@FunctionalInterface
Explanation: @FunctionalInterface annotation indicates that an interface is intended to be a functional interface.