+ 1
string[] args in main class
Why a âstring[] argsâ? Everything works without it in main
2 Answers
+ 2
You are allowed to provide an array of strings as start up arguments. An empty array is also valid.
+ 1
What's different? If the program works without it, then why in all the examples in the training here is present?