What is the output of the following code snippet?
public class Test {
public static void main(String[] args) {
System.out.println(args.length);
}
}
What is the output of the following code snippet?
public class Test {
public static void main(String[] args) {
System.out.println(args.length);
}
}