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

Java认证考试

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

Given that c is a reference to a valid java.io.Console object, which two code fragments read a line of text from the console?()

  • A、String s = c.readLine();
  • B、char[ ] c = c.readLine();
  • C、String s = c.readConsole();
  • D、char[ ] c = c.readConsole();
  • E、String s = c.readLine("%s", "name ");
  • F、char[ ] c = c.readLine("%s", "name ");
正确答案:A,E
答案解析:
进入题库查看解析

微信扫一扫手机做题