+ 2
What is arg in java??
3 Antworten
+ 19
https://stackoverflow.com/questions/890966/what-is-string-args-parameter-in-main-method-java
What is "String args[]"? parameter in main method Java - Stack ...
https://stackoverflow.com/questions/1672083/why-is-string-args-required-in-java
Why is String[] args required in Java? - Stack Overflow
https://www.quora.com/What-does-the-String-args-in-a-Java-main-method-actually-mean
What does the 'String[ ] args' in a Java main method actually mean ...
+ 2
If you're talking about the args of the main function, this parameter is a String array containing the program arguments for the jvm.
+ 1
thanks