Google News
logo
JDB - Interview Questions
How can we start the execution of the main class?
To start the execution of the main class, you need to execute the below command :
 
>run [class [args]]

It is optional to mention the name of specific class and argument.
Advertisement