Which of the following statements about Java interfaces is true?

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments