InterviewSolution
Saved Bookmarks
| 1. |
Can A Method Inside A Interface Be Declared As Final? |
|
Answer» No not POSSIBLE. Doing so will RESULT in compilation error. PUBLIC and ABSTRACT are the only applicable MODIFIERS for method declaration in an interface. No not possible. Doing so will result in compilation error. public and abstract are the only applicable modifiers for method declaration in an interface. |
|