Q. Which annotation helps in identifying a functional interface?
β
Correct Answer: (A)
@FunctionalInterface
Explanation: `@FunctionalInterface` ensures the interface has only one abstract method.