Veröffentlicht 23. April 200916 j Wofür dient das (Strin[] args)? Ich weiß das args argumente sind. Aber warum steht das da?
23. April 200916 j Google gibt die Antwort The main Method in Java by Richard G Baldwin The formal parameter args is an array of type String, which contains arguments entered at the command line. Note that the args parameter must be specified whether or not the user is required to enter a command-line argument and whether or not the code in the program actually makes use of the argument.
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.