Are class that are declared inside and interface automatically declared static? I am aware that variables are automatically declared static final. I’m just unsure as to interfaces.
Are class that are declared inside and interface automatically declared static? I am aware
Share
If a Class is declared inside an Interface then it is static.