boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Object scope question
相关主题
jsf commandlink not working when bean in request scope
what's inside an java object?
How to know the size of a java object ?
为什么java没有destructor
SCJP都考些啥?
help on this scope question
Spring question, redirect and carry data over?
问个可能比较奇怪的弱问题
inner class 让认糊涂
索尼面经 (兼问第十道题)
相关话题的讨论汇总
话题: object话题: scope话题: out话题: question
进入Java版参与讨论
1 (共1页)
l*u
发帖数: 9
1
Can anybody give me the answer for the following question? Thanks.
1. How do you check if a object is out of scope?
2. How do you clean unreference object when you are out of object scope?
3. Is finalize() the last one function was called before you are out of object
scope.
c**g
发帖数: 274
2
please define "scope" and "out of scope".

【在 l*u 的大作中提到】
: Can anybody give me the answer for the following question? Thanks.
: 1. How do you check if a object is out of scope?
: 2. How do you clean unreference object when you are out of object scope?
: 3. Is finalize() the last one function was called before you are out of object
: scope.

1 (共1页)
进入Java版参与讨论
相关主题
索尼面经 (兼问第十道题)
Re: 初级问题
Re: Question: Java Synchronization
折腾了一天,实在是绝望了,请教请教
这道题该走什么路
Re: 谁有Java或Oracle的毒招 ?
Java中如何动态生成对象
说说clone咋违反了类继承的原则来的?
java String
Java basic concept(4)
相关话题的讨论汇总
话题: object话题: scope话题: out话题: question