0
Can main funtion be overloaded
How
2 odpowiedzi
+ 2
I think this is helpful for you:
https://stackoverflow.com/questions/3759315/can-we-overload-the-main-method-in-java
0
It can't be overloaded.  There can be only one main.  Why would you like to do  this?



