Login
Remember
Register
Ask a Question
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?
0
votes
asked
Nov 14, 2020
in
JAVA
by
rajeshsharma
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?
#java-null
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 14, 2020
by
rajeshsharma
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.
...