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.

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.


相关考题:

Businesses and professional services are listed in a special ( ) directory. A.ClassifiedB.ClassicalC.classD.classes

You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

publicclassTest{publicstaticvoidmain(String[]args){booleanassert=true;if(assert){System.out.println(”assertistrue”);}}}Given:javac-source1.3Test.javaWhatistheresult?() A.Compilationfails.B.Compilationsucceedswitherrors.C.Compilationsucceedswithwarnings.D.Compilationsucceedswithoutwarningsorerrors.

Given:Which command-line invocations will compile?() A.javac Mule.javaB.javac -source 1.3 Mule.javaC.javac -source 1.4 Mule.javaD.javac -source 1.5 Mule.java

Whichofthefollowingisthecorrectsignalflowforananalogmulti-roomaudiosystem?() A.Source,VolumeControl,Speaker,AmpB.Source,Amp,VolumeControl,SpeakerC.Amp,Source,VolumeControl,SpeakerD.Speaker,Amp,VolumeControl,Source

根据下面的定义,能打印出字母P的语句是() struct person { char name[9]; int age;}; struct person classes[10]={"John",17, "Paul",19,"Mary",18, "Adam",16};A.printf("%cn",classes[2].name);B.printf("%cn",classes[2].name[1]);C.printf("%cn",classes[1].name[0]);D.printf("%cn",classes[1].name[1]);

要获取当前目录下的所有文件,要采用下面的方法:A.Directory.GetLogicalDrives()B.Directory.GetDirectories()C.Directory.GetFiles()D.Directory.GetCurrentDirectory()

1、要获取当前目录下的所有文件,要采用下面的方法:A.Directory.GetLogicalDrives()B.Directory.GetDirectories()C.Directory.GetFiles()D.Directory.GetCurrentDirectory()

要获取当前目录下的所有文件,要采用下面的方法:A.Directory.GetLogicalDrives()B.Directory.GetLogicalDrives()C.Directory.GetFiles()D.Directory.GetCurrentDirectory()