public class Test{
public static void main(String[] args) {
System.out.println("What that String do in main function argument");
}
}
public class Test{ public static void main(String[] args) { System.out.println(What that String do in
Share
Provides the command line arguments to the code.
Here is some reference: Hello World Tutorial