Which statement about a functional interface is true? By Singh | January 1, 2023 0 Comment Which statement about a functional interface is true? A. It cannot have any private methods and static methods. B. It must be annotated with @FunctionalInterface. C. It is declared with a single default method. D. It must be defined with the public access modifier. E. It is declared with a single abstract method. Correct Answer: E