+ 1

what does it mean 'string[]args'in java

help me please

17th Feb 2017, 7:34 PM
amira hadj
amira hadj - avatar
5 Answers
+ 12
An array of strings called "args". Stores execution values, you can pass values in this when running your program but not here in SoloLearn


17th Feb 2017, 6:58 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
when you want execute program from console and when you want insert some arguments.
17th Feb 2017, 7:04 PM
Samuel Kurnas
+ 1
it is necessary to pass parameters to the main program.
17th Feb 2017, 9:26 PM
Orlin Dagoberto Alvarado Morales
Orlin Dagoberto Alvarado Morales - avatar
0
It takes the every instruction of main program as an argument....
17th Feb 2017, 8:55 PM
SUMANTH VENKATA SAI KRISHNA Manduru
SUMANTH VENKATA SAI KRISHNA Manduru - avatar
0
string args[] is an an array of strings that stores the name of our program plus other values that we pass when we execute our program
18th Feb 2017, 5:25 AM
ayoub abbou
ayoub abbou - avatar