What modifiers are allowed for methods in an Interface?

Q

What modifiers are allowed for methods in an Interface?

✍: Guest

A

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

2013-06-19, 1903👍, 0💬