SyntaxFix
Write A Post
Hire A Developer
Questions
You should check for (args == null || args.length == 0). Although the null check isn't really needed, it is a good practice.
(args == null || args.length == 0)
null