Which of the following statements about Java interfaces is true?
An interface can have instance variables
An interface can extend multiple interfaces
An interface can implement another interface
An interface can have a constructor
This question is part of this quiz :
Java Interfaces