试题详情
- 单项选择题 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();
- B
关注下方微信公众号,在线模考后查看
热门试题
- 1. interface&e
- What is th
- abstract class
- Java语言中表达式“11”+22的结果
- 如何定义保护级的成员函数或是成员变量?(
- 为student类定义构造方法初始化所有
- 已知: 则输出为()
- Which two̳
- 如何定义静态域?静态域有什么特点?如何访
- 结构型模式中最体现扩展性的模式是()。
- javax.swing.JPopMenu
- Which basic
- For which̳
- 求四位奇数中,所有各位数字之和是25的倍
- 下面有关java object
- 下面有关java内存模型的描述,说法错误
- 已知: 的输出为是()
- Which two̳
- Given this&ens
- 1. import&ensp