试题详情
- 单项选择题 1. class Passer2 { 2. //insert code here 3. static int bigState = 42; 4. public static void main(String [] args) { 5. bigState = p2.go(bigState); 6. System.out.print(bigState); 7. } 8. int go(int x) { 9. return ++x; 10. } 11. } 和4段代码片段: static Passer2 p2 = new Passer2(); final static Passer2 p2 = new Passer2(); private static Passer2 p2 = new Passer2(); final private static Passer2 p2 = new Passer2(); 有多少行分别插入到第2行,可以编译?()
A、0
B、1
C、3
D、4
- D
关注下方微信公众号,在线模考后查看
热门试题
- 已知: 横线处应填写()
- 已知表达式int m[]={0,1,2,
- 以下关于linux操作系统中硬链接和软链
- 以下方法,哪个不是对add方法的重载()
- 下列属于非受检异常的是哪项?()Q
- 对象间有哪三种关系?对象“班级”与对象“
- 关于自加运算符“++”,下列说法中正确的
- Which two̳
- public class&e
- 11. double&ens
- You want
- Which statemen
- public class&e
- public class&e
- 现自: class&ens
- Integer对象中的值是可变的
- Which two̳
- 1. public&ensp
- InputStream对象的方法read
- Given the&ensp