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

问题:

[单选]

package foo; 
public class Outer { 
public static class Inner { 
} 
}  
Which statement is true?() 

A .  Compilation fails.
B .  An instance of the Inner class can be constructed with “new Outer.Inner()”.
C .  An instance of the Inner class cannot be constructed outside of package foo.
D .  An instance of the Inner class can be constructed only from within the Outer class.
E .  From within the package foo, and instance of the Inner class can be constructed with “new Inner()”.

复合水玻璃的优点有哪些? 柯尔伯格将儿童道德发展阶段划分为()水平,()阶段。 以下关于提升质量度的说法中正确的是?() 针对关键词类型撰写创意,保证每个单元至少两条有效创意。 上线创意AB测试,根据测试结果优选,暂停,修改。 优化支付环节,增强对于第三方支付工具的兼容性。 修改匹配方式,将短语匹配或广泛匹配调整为更精准的精确匹配。 黄帝以后,先后出了三个很有名的部落首领,他们分别是尧、舜和() 丹朱。 象。 禹。 根据《建设工程施工合同(示范文本)》GF―2013―0201,工程师的检查检验不应影响施工的正常进行,如影响施工正常进行,检查检验不合格时,影响正常施工的费用由()承担。 承包人。 发包人。 工程师。 发包人和承包人共同。

package foo; 
public class Outer { 
public static class Inner { 
} 
}  
Which statement is true?() 

参考答案:

  参考解析

本题暂无解析

在线 客服