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

问题:

[单选]

10. class Line { 
11. public static class Point { } 
12. } 
13. 
14. class Triangle { 
15. // insert code here 
16. } 
Which code, inserted at line 15, creates an instance of the Point class defined in Line?() 

A .  Point p = new Point();
B .  Line.Point p = new Line.Point();
C .  The Point class cannot be instatiated at line 15.
D .  Line 1 = new Line() ; 1.Point p = new 1.Point();

用来保持通过电路电流的装置称之为电源。 下列不属于林德布洛姆渐进决策需要遵循的原则的是()。 平稳过渡原则。 按部就班原则。 积小变为大变原则。 稳中求变原则。 下列各类植物中可以当作监测空气污染程度的指示植物的是() 藻类植物。 苔藓植物。 蕨类植物。 被子植物。 实物证据的收集主要是通过()、()、()、()等方式进行的。 下列不属于西蒙所认为的集权的好处的是()。 有利于保证各种作业活动的协调。 有利于发挥决策才能。 有利于明确责任进而能够促使决策者以更加负责的精神去制定决策。 有利于造成“下情不上达”,致使决策脱离实际。

10. class Line { 
11. public static class Point { } 
12. } 
13. 
14. class Triangle { 
15. // insert code here 
16. } 
Which code, inserted at line 15, creates an instance of the Point class defined in Line?() 

参考答案:

  参考解析

本题暂无解析

在线 客服