[试题]

( 11 )下列程序的功能是统计命令行参数的个数,请在下划线处填上适当的代码。

public class Length{

public static void main(String args[]){

System.out.println( " number of String args: " +args. ( 11 ) );

}

}

参考答案与解析: