多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

11.public class Counter{ 12.public static void main(String[]args){ 13.int numArgs=/*insert code here*/; 14.} 15.} and the command line:java Counter one fred 42 Which code,inserted at line 13,captures the number of arguments passed into the program?()

  • A、args.count
  • B、args.length
  • C、args.count()
  • D、args.length()
  • E、args.getLength()
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题