java check if args is empty

Solutions on MaxInterview for java check if args is empty by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "java check if args is empty"
Moritz
19 Jan 2017
1if (args.length == 0)
2  //check
3}//if (no argument passed as input)