当前位置:SCJP程序员认证考试题库

问题:

[单选]

Given a correctly compiled class whose source code is: 
package com.sun.sjcp; 
public class Commander { 
public static void main(String[] args) { 
// more code here 
} 
} 
Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains “.“ (current directory). Which command line correctly runs Commander?() 

A .  java Commander
B .  java com. sim. sjcp.Commander
C .  java com/sun/sjcp/Commander
D .  java -cp com.sun.sjcp Commander
E .  java -cp com/sun/sjcp Commander

基金发起人在设立基金时,限定了基金单位的发行总额,筹集到这个总额后,基金即宣告成立,并进行封闭,在一定时期不再接受新的投资。该种基金称为() 开放式基金。 封闭式基金。 契约基金。 股票基金。 简述自动对焦相机的主要特点。 标志着我国医院健康教育与健康促进的全国网络形成的是()。 将医院健康教育与健康促进的概念引入。 卫生部印发了《全国健康教育与健康促进工作规划纲要(2005~2010年)》。 全国爱卫会将医院健康教育纳入国家卫生城市考核标准。 中国健康教育协会医院健康教育学术委员会在海口市宣告成立。 在进行居住的决策时,选择租房的优点是() 迁徙自由度较大。 保值,能够对抗通胀。 满足拥有房产的心理效用。 强迫储蓄积累财富。 以“扫胡尘、靖国难”为生平志事的诗人是()。 陆游。 杨万里。 杜甫。 王昌龄。

Given a correctly compiled class whose source code is: 
package com.sun.sjcp; 
public class Commander { 
public static void main(String[] args) { 
// more code here 
} 
} 
Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains “.“ (current directory). Which command line correctly runs Commander?() 

参考答案:

  参考解析

本题暂无解析

在线 客服