What is (string [ ] args)? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is (string [ ] args)?

21st Feb 2016, 5:25 AM
Charles Patel
Charles Patel - avatar
3 ответов
+ 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