READ Free Dumps For Oracle- 1z0-851
Question ID 3790 | |
Option A | A. 300-100-100-100-100 |
Option B | B. 300-300-100-100-100 |
Option C | C. 300-300-300-100-100 |
Option D | D. 300-300-300-300-100 |
Correct Answer | B |
Question ID 3791 | 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 |
Option A | A. If the compile is successful, Utils.class is added to the source directory. |
Option B | B. The compiler returns an invalid flag error. |
Option C | C. If the compile is successful, Utils.class is added to the classes directory. |
Option D | D. If the compile is successful, Utils.class is added to the bigProject directory. |
Correct Answer | C |