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

问题:

[多选]

class One { 
 public One foo() { return this; } 
} 
class Two extends One { 
public One foo() { return this; } 
} 
class Three extends Two { 
 // insert method here 
} 
Which two methods, inserted individually, correctly complete the Three class?()

A .  public void foo() { }
B .  public int foo() { return 3; }
C .  public Two foo() { return this; }
D .  public One foo() { return this; }
E .  public Object foo() { return this; }

美国独立电影 麦格雷戈在下列哪部著作中,大胆地批评了他称之为“X理论”的人事管理传统理论?() 《企业的人性方面》。 《行政学研究》。 《政治与行政》。 《行政学导论》。 目标管理理论的最大优点在于()。 确定和阐明管理人员的职务。 找到合适的人员来担任管理人员的职务。 促使人们同组织建立协作关系。 能够提供有效的内心激励。 九部三局 福州鼓山上有两株千年铁树,吸引了大量台湾游客前来观光。铁树属于() 蕨类植物。 被子植物。 苔藓植物。 裸子植物。

class One { 
 public One foo() { return this; } 
} 
class Two extends One { 
public One foo() { return this; } 
} 
class Three extends Two { 
 // insert method here 
} 
Which two methods, inserted individually, correctly complete the Three class?()

参考答案:

  参考解析

本题暂无解析

在线 客服