单项选择题
A.w-f
B.f-p w-f
C.w-f b-f
D.f-p w-f b-f
E.Compilation fails.
F.An exception is thrown at runtime.
单项选择题 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? ()
单项选择题 Click the Exhibit button. What is the output of the program shown in the exhibit?()
单项选择题 A UNIX user named Bob wants to replace his chess program with a new one, but he is not sure where theold one is installed. Bob is currently able to run a Java chess program starting from his home directory /home/bob using the command: java-classpath /test:/home/bob/downloads/*.jar games.Chess BobsCLASSPATH is set (at login time) to/usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?()