0 votes
in JAVA by
If I don't provide any arguments on the command line, then what will the value stored in the String array passed into the main() method, empty or NULL?

1 Answer

0 votes
by
If I don't provide any arguments on the command line, then what will the value stored in the String array passed into the main() method, empty or NULL?

It is empty, but not null.
...