InterviewSolution
Saved Bookmarks
| 1. |
Should A Main Method Be Compulsorily Declared In All Java Classes? |
|
Answer» No not REQUIRED. main method should be DEFINED only if the SOURCE class is a java APPLICATION. No not required. main method should be defined only if the source class is a java application. |
|