InterviewSolution
Saved Bookmarks
| 1. |
Can A Main Method Be Declared Final? |
|
Answer» YES. Any INHERITING class will not be able to have it's own default MAIN method. Yes. Any inheriting class will not be able to have it's own default main method. |
|