试题详情
- 单项选择题 public class ItemTest { private final mt id; public ItemTest(int id) { this.id = id; } public void updateId(int newId) { id = newId; } public static void main(String[] args) { ItemTest fa = new ItemTest(42); fa.updateId(69); System.out.println(fa.id); } } What is the result?()
A、 Compilation fails.
B、 An exception is thrown at runtime.
C、 The attribute id in the Item object remains unchanged.
D、 The attribute id in the Item object is modified to the new value.
E、 A new Item object is created with the preferred value in the id attribute.
- A
关注下方微信公众号,在线模考后查看
热门试题
- 将如下的乘法口诀表写入到“D:////a
- 有一个如下的结构体: 请问在64位编译
- 现有: int
- 现有: public&en
- public static&
- Which three&ens
- public class&e
- 1.public class Test
- Which two̳
- What will&ensp
- Which the HTTP
- 有1、2、3、4四个数字,能组成多少个互
- 小程序的起始执行函数是什么?()Q
- class A {
- 已知: 则输出为()
- class Order&en
- Java语言中常量的定义是哪项?()
- 下列关于标识符的叙述正确的是哪项?()&
- 下面的说法正确的是()
- 什么是递归方法?递归方法有哪两个基本要素