Q. Which annotation is used to indicate a functional interface?
β
Correct Answer: (B)
@FunctionalInterface
Explanation: `@FunctionalInterface` is used to enforce that an interface has exactly one abstract method.