Given the following directory structure: https://assets.asklib.com/images/image2/2018080111495059911.jpg And the following command line invocation: javac –d classes source/Utils.java Assume the current directory is bigProject, what it 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.

时间:2022-09-23 07:34:19 所属题库:SCJP程序员认证考试题库

相似题目