试题详情
- 单项选择题 下述代码执行后,可以被垃圾收集器收集的对象是哪一个() Student stua; stua = new Student(“Mike”); Student stub; stub = stua; stua = new Student(“Jack”);
A、Student(“Mike”)
B、stua
C、stub
D、以上都不是
- D
关注下方微信公众号,在线模考后查看
热门试题
- And the fo
- 求一个3*3矩阵对角线元素之和.
- 已知: 在命令行中执行 javaCDE
- 10. public&ens
- 以下哪些包是Java标准库中常用的包?(
- What inserted&e
- Which statemen
- 实用的网络程序最少需要几个线程?()
- 要产生一个动作监听器类,需要实现什么接口
- 下面哪些类型属于Java基本数据类型()
- 根据以下公式pi/2=1+1/3+1/3
- Given the&ensp
- class BitStuff
- Java 中char类型的数据长度为()
- 建立单选框需要哪些步骤?()
- Which statement
- For a gi
- Which statemen
- 能够遍历泛型List〈Integer〉&
- public class&e