best answer > Can we call a main method from some other method 2024?- QuesHub | Better Than Quora
  • Can we call a main method from some other method 2024?

    main method java

    Questioner:Ethan Davis 2023-06-09 06:42:32
The most authoritative answer in 2024
  • Ethan Turner——Works at Tesla, Lives in Austin.

    The main() method in a java program takes a String array argument. If you do not use the variable args inside of main() you could just pass null to it. Otherwise you would need to pass a String array to the method. However, you should not be calling the main() method from inside your application.Oct 2, 2013read more >>
    +119962023-06-11 06:42:32

About “main、method、java”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消