What will be the output of the following Java code snippet?
class abc
{
public static void main(String args[])
{
if(args.length0)
System.out.println(args.length);
}
}

Posted on by