试题详情
- 单项选择题 public class X { public static void main (Stringargs) { int a = new int [1] modify(a); System.out.printIn(a[0]); } public static void modify (int a) { a[0] ++; } } What is the result?()
A、 The program runs and prints “0”
B、 The program runs and prints “1”
C、 The program runs but aborts with an exception.
D、 An error “possible undefined variable” at line 4 causes compilation to fail.
E、 An error “possible undefined variable” at line 9 causes compilation to fail.
- B
关注下方微信公众号,在线模考后查看
热门试题
- Which code&ensp
- What is th
- 什么是递归方法?递归方法有哪两个基本要素
- 请谈谈对SQL注入的理解,请给出你知道的
- 一般来说,列表框中包括的项目数都多于它能
- 11. public
- Which two̳
- 84. try {
- Java中所有类的父类是()。
- 下列有关多态的叙述正确的是哪项()
- int I=1,
- 计算字符串中子串出现的次数
- Math.random()方法用来实现
- 下面类中属于字节I/O流的是()
- java中的标识符可以是任意长度
- 什么是强制类型转换?在什么情况下需要用到
- 关于自加运算符“++”,下列说法中正确的
- class A {
- String字符串是只读的,因此不支持“
- 有一堆零件(零件个数不超过1000),如