Kizspy | Question: 30
(Choose 1 answer)
FJOVERFLOW.COM
Which of the following statements is correct for a declaration of the interface named MyInterface?
A. interface MyInterface{/* something */}
B. public MyInterface interface{/* something */}
C. final interface MyInterface{/* something */}
D. default interface MyInterface {/* something */}