Q. Which Java keyword is used to ensure an interface is functional?
β
Correct Answer: (C)
@FunctionalInterface
Explanation: `@FunctionalInterface` ensures the interface has one abstract method.