InterviewSolution
Saved Bookmarks
| 1. |
Can The Main Method Be Declared Final? |
|
Answer» Yes, the static VOID MAIN(STRING[]) method can be declared FINAL. Yes, the static void main(String[]) method can be declared final. |
|