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

Oracle认证考试

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

Given the following directory structure: bigProject |--source | |--Utils.java | |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result? ()

  • A、If the compile is successful, Utils.class is added to the source directory.
  • B、The compiler returns an invalid flag error.
  • C、If the compile is successful, Utils.class is added to the classes directory.
  • D、If the compile is successful, Utils.class is added to the bigProject directory.
正确答案:C
答案解析:
进入题库查看解析

微信扫一扫手机做题