DEVFYI - Developer Resource - FYI

What modifiers are allowed for methods in an Interface?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

365. What modifiers are allowed for methods in an Interface?

Only public and abstract modifiers are allowed for methods in interfaces.

(Continued on next question...)

Other Interview Questions