InterviewSolution
Saved Bookmarks
| 1. |
What Modifiers Are Allowed For Methods In An Interface? |
|
Answer» Only public and ABSTRACT MODIFIERS are ALLOWED for METHODS in INTERFACES. Only public and abstract modifiers are allowed for methods in interfaces. |
|