Search

Can a method inside an Interface be declared as final?



No. Doing so will result in compilation error. public and abstract are the only applicable modifiers for method declaration in an interface.