试题详情
- 单项选择题 public class enclosingone ( public class insideone{} ) public class inertest( public static void main (stringargs)( enclosingone eo= new enclosingone (); //insert code here ) ) Which statement at line 7 constructs an instance of the inner class?()
A、 InsideOnew ei= eo.new InsideOn();
B、 Eo.InsideOne ei = eo.new InsideOne();
C、 InsideOne ei = EnclosingOne.new InsideOne();
D、 EnclosingOne.InsideOne ei = eo.new InsideOne();
- D
关注下方微信公众号,在线模考后查看
热门试题
- What is
- Which code,&ens
- Choose theQ
- 以下哪个组件中不能使用HTML标记?()
- 求任意一个正整数的正整数因子 要求:用户
- 在JAVA中,如何建立临时文件?()
- Which security
- 10. class&ensp
- 下列关于继承优点的叙述正确的是哪几项?(
- package com.sun.sjc
- 表格约束的“anchor”属性有什么作用
- What is th
- In which
- //point X&ensp
- 定义一个表示学生信息的类Student,
- A developer&en
- 在变量定义中,对变量名的要求是()
- 考虑下面这个简单的例子,让我们看看ref
- 打印出如下图案(菱形)
- What is th