Computer Science, asked by hisyams123, 2 months ago

1. Explain the usage of “String[] args” in public static void main!

pls help me!

Answers

Answered by arpnaratnakar36
0

Answer:

String[] args: It stores Java command line arguments and is an array of type java. ... Apart from the above mentioned signature of main, you could use public static void main(String args[]) or public static void main(String… args) to call the main function in java.

Similar questions