由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java questions 51-100
相关主题
GC finalize()一问An experiment with JVM Garbage Collection Schemes
为什么java没有destructorStack Frame of your JVM implementation
Java程序员认证模拟题及详细分析(3)The shape of JVM stack frame
Where I can find comparison of JVMsTop Ten Errors Java Programmers Make(10)
faint, unreachable statement in javaIs this a Bug or not?
heap dump 请教Answer to "Is this a Bug or not? "
SCJP都考些啥?Answer 2 to "Is this a Bug or not? "
请教个ec2 + nosql 的问题Java's performance myth
相关话题的讨论汇总
话题: thread话题: what话题: object话题: method
进入Java版参与讨论
1 (共1页)
W******c
发帖数: 23
1
51. What is the purpose of finalization?
The purpose of finalization is to give an unreachable object the opportunity to perform any cleanup processing before the object is garbage collected.
52. Which class is the immediate superclass of the MenuComponent class.
Object
53. What invokes a thread's run() method?
After a thread is started, via its start() method or that of the Thread class, the JVM invokes the thread's run() method when the thread is initially executed.
54. What is the difference
1 (共1页)
进入Java版参与讨论
相关主题
Java's performance mythfaint, unreachable statement in java
JVMheap dump 请教
Re: system property in javaSCJP都考些啥?
[转载] 现在还有什么OS不是THREAD级调度的吗?请教个ec2 + nosql 的问题
GC finalize()一问An experiment with JVM Garbage Collection Schemes
为什么java没有destructorStack Frame of your JVM implementation
Java程序员认证模拟题及详细分析(3)The shape of JVM stack frame
Where I can find comparison of JVMsTop Ten Errors Java Programmers Make(10)
相关话题的讨论汇总
话题: thread话题: what话题: object话题: method