单项选择题

Given:

What is the result?()

A.2
B.24
C.234
D.246
E.2346
F.Compilation fails.

<上一题 目录 下一题>
热门 试题

单项选择题
Given: What is the result?()

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? ()

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.

相关试题
  • Click the Exhibit button. Given th...
  • Click the Exhibit button. Which th...
  • Given: What is the result?()
  • Which two scenarios are NOT safe t...
  • Click the Exhibit button. What is...