What's the use of (string [ ] args) { | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What's the use of (string [ ] args) {

4th Jun 2019, 3:48 AM
Shreejit Dutta
1 Réponse
+ 2
args[0] is for first parameter (not for path): System.out.println(java.util.Arrays.toString( args )); java Example 1 2 3 [1, 2, 3]
4th Jun 2019, 6:02 AM
zemiak