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
This question is part of this quiz :
Java Interface types and Comparator