InterviewSolution
Saved Bookmarks
| 1. |
How Can We Start The Execution Of Main Class? |
|
Answer» To START the execution of main CLASS you just need to execute the below command: - >run [class [args]] It is optional to MENTION the name of SPECIFIC class and argument. To start the execution of main class you just need to execute the below command: - >run [class [args]] It is optional to mention the name of specific class and argument. |
|