Computer Science, asked by rukhsar4766, 7 months ago

Please tell it fast

Attachments:

Answers

Answered by Anonymous
2

Answer:

public static void main(String[] args) 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 .

Explanation:

Hope it helps you dear

Answered by Anonymous
1

Answer:

public static void main(String[] args) 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 .

Explanation:

Hope it helps you dear..

Similar questions