Answers for "Can we overload the main method?"

0

can you overload main method?

Yes, as long as we pass different parameter(s), we can overload it
Posted by: Guest on November-28-2020
-1

Can we overload the main method?

Yes, We can overload the main method in java but JVM only calls the original main method, it will never call our overloaded main method.
Posted by: Guest on April-23-2022

Code answers related to "Can we overload the main method?"

Browse Popular Code Answers by Language