Question
What modifiers are allowed for methods in an Interface?
Answer
Only public and abstract modifiers are allowed for methods in interfaces.
What modifiers are allowed for methods in an Interface?
Only public and abstract modifiers are allowed for methods in interfaces.