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.

Related questions

0 votes
asked Oct 14, 2021 in Python by rajeshsharma
0 votes
asked Aug 4, 2023 in JAVA by DavidAnderson
...