Closed aristotll closed 6 years ago
This args in main method cannot be null (it is final), so is it better to ignore it?
args
Nothing stops anyone from passing a null argument to a final parameter.
null
final
This
args
in main method cannot be null (it is final), so is it better to ignore it?