0
Question about main method
how the main method in java can be overloaded.
1 Respuesta
0
https://code.sololearn.com/cxlr5nQ6ECgz/?ref=app
This way. However, each time you run a program, main with String[] argument will be executed, even if you specify more than 1 argument. You can call the overloaded main function only from another main function.