Given the following directory structure:<br /> <img src="https://nimg.ppkao.com/2018-08/zhoulian/2018080111495059911.jpg?sign=8e988a8b8c0152075f054df370dd1eb7&t=62d515b4" /><br /> And the following command line invocation: <br /> javac –d classes source/Utils.java <br /> 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.