Can the main() method be overloaded in Java?

9. Can the main() method be overloaded in Java?

  1. Yes
  2. No

Answer: A) Yes

Explanation:

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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.