Question: Which two options when inserted independently can fill in the blank to compile the code? (Choose two.) javac ______ mods -d birds com-bird/*.java *.java A.
Which two options when inserted independently can fill in the blank to compile the code?
(Choose two.)
javac ______ mods -d birds com-bird/*.java *.java
A. -cp
B. -m
C. -p
D. -classpath
E. --classpath
F. --module-path
Step by Step Solution
There are 3 Steps involved in it
The javac command is used to compile Java source code into bytecode The d option sets the destinatio... View full answer
Get step-by-step solutions from verified subject matter experts
