What is (string [ ] args)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is (string [ ] args)?

21st Feb 2016, 5:25 AM
Charles Patel
Charles Patel - avatar
3 Answers
+ 1
Those are for command-line arguments. You can pass them to your program during runtime.
16th May 2016, 1:38 PM
James Flanders
0
it is use for command line args
22nd Jun 2016, 4:00 PM
gandhiyash
0
It is called Command Line argument but In simple term , it is called Array of string datatype and args is array name here. That's all
9th Jul 2016, 8:39 AM
Vinod Luhar