(Choose 1 answer)
Which of the following statements is INCORRECT?
A. All of the variables in an interface are implicitly static
B. All of the variables in an interface are implicitly final
C. All of the methods in an interface are implicitly abstract
D. A method in an interface can access class level variables
Ext 32