Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 這一題Garbage collection 的問題 我不明白為甚麼 c 是對的
kenny_yan





发贴: 3
积分: 0
于 2004-06-17 20:14 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
1. public class TestA {
2. TestB b;
3. TestA() {
4 b = new TestB(this);
5 }
6 }
7public class TestB {
8 TestA a;
9 TestB(TestA a) {
10 this.a = a;
11 }
12}
13public class TestAll {
14 public static void main(String[] args) {
15 new TestAll().makeThings();
16 }
17
18 void makeThings() {
19 TestA test = new TestA();
20 }
21}
which two statement are true after line 15, before main complete(choose two)
a. Line 15 will casuse a stack flow
b. Exception throws at run time.
c. The object referebced by a is eligible for garbage collection
d. The object referebced by b is eligible for garbage collection
e. The object referebced by a is not eligible for garbage collection
f. The object referebced by b is not eligible for garbage collection
Answer C,F




话题树型展开
人气 标题 作者 字数 发贴时间
5990 這一題Garbage collection 的問題 我不明白為甚麼 c 是對的 kenny_yan 849 2004-06-17 20:14
4598 Re:這一題Garbage collection 的問題 我不明白為甚麼 c 是對的 ringayumi 1128 2004-06-17 21:04
4609 Re:這一題Garbage collection 的問題 我不明白為甚麼 c 是對的 dingligang 158 2004-06-21 10:15
5058 Re:這一題Garbage collection 的問題 我不明白為甚麼 c 是對的 zming 99 2004-06-28 16:34

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923