Multiple choice Which of the following statements is/are correct about interface? Interface constant declarations of public, static and final are optional in any combination. An interface can have abstract method only; no concrete methods allowed. A class implementing an interface can itself be abstract. A class can implement any number of interfaces. All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation .