What does the zeroth element of the string array passed to the standard main method contain?
Select 1 option
Click to view the answer
Correct Option is : D
If no argument is passed the args parameter is NOT null but a valid non-null String array of length zero.