How is a nested interface defined in Java?

Last Updated :
Discuss
Comments

How is a nested interface defined in Java?


An interface declared inside another interface or class

An interface that extends another interface

An interface that has private methods

An interface with only default methods

Share your thoughts in the comments