Saturday, 19 March 2016
How can one prove that the array is not null but empty using one line of code ?
Print args.length.
It will print
0
that means it is empty.
But if it would have been null then it would have thrown a
NullPointerException
on attempting to print
args.length
.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.