试题详情
- 多项选择题 Which statements can be inserted at the indicated position in the following code to make the program write 1 on the standard output when run?() public class Q4a39 { int a = 1; int b = 1; int c = 1; class Inner { int a = 2; int get() { int c = 3; // insert statement here return c; } } Q4a39() { Inner i = new Inner(); System.out.println(i.get()); } public static void main(String args[]) { new Q4a39(); } }
A、c = b;
B、c = this.a;
C、c = this.b;
D、c = Q4a39.this.a;
E、c = c;
- A,D
关注下方微信公众号,在线模考后查看
热门试题
- 对于利用消息框类(JOptionPane
- 下面哪段程序能够正确的实现了GBK编码字
- 编写图形界面下的JavaApplet程序
- class BaseClas
- 下列哪些项是泛型的优点?()
- 如何调用java小程序()
- 对于无用对象,在JAVA中如何处理()&
- 通过JDBC访问数据库包含下面哪几步()
- 以下哪些包是Java标准库中常用的包?(
- 10. class&ensp
- 下列哪项不是有效的标识符?()̳
- Java中常用的布局管理各有什么特点?
- 编写一个程序,用一个线程显示时间,一个线
- 以下关于中断控制语句的描述,错误的是()
- 1. class
- 现有: class&ens
- 关于C++/JAVA类中static 成
- public class&e
- 以下关于BorderLayout类功能的
- 以下关于Swing容器叙述,哪项错误?(