English, asked by johnjoshuabautista8, 2 months ago

Which of the following is the correct declaration of the main method?

Answers

Answered by khushi112245
1

Answer:

Java main method is the entry point of any java program. Its syntax is always public static void main(String[] args) . You can only change the name of String array argument, for example you can change args to myStringArgs .

Similar questions