+ 1
I know that java program must start from main method can the program also end in the main method during the time of execution?
does a java program end after executing the MAIN METHOD
3 Answers
+ 1
The program not "must" start from main method. The program starts and ends in main.
0
thanks for your contribution. i really appreciate!
0
thanks for your contribution. i really appreciate!