Computer Science, asked by invinciablerag3042, 1 year ago

Why we are writing String args []

Answers

Answered by Sauron
2
string args [] contains initial argument values provided at time of starting program execution.
Answered by Anshu33845
0

Answer:

String args [ ] is the parameter to the main method where the argument name could be anything whatever you want.

Similar questions