Styrow.dev
Question 190 of 247
Java Topic: General medium

What is a nested interface?

Question

What is a nested interface?

Answer

Any interface declared inside a class or an interface. It is static by default.