- 基本释义
- 行业释义
- 英英释义
- 更多资料
- 1. 垃圾收集工
网络例句
以下结果来自互联网
- As soon as this statement is finished, that Date is unnecessary, and the garbage collector can come along and get it anytime.

一旦这个语句执行完毕,date就不再需要。随之而来的“垃圾收集器”会发现这一情况,并在任何可能的时候将其回收。 - Java has a garbage collector, which looks at all the objects that were created with new and figures out which ones are not being referenced anymore.

java有一个特别的“垃圾收集器”,它会查找用new创建的所有对象,并辨别其中哪些不再被引用。 - While most garbage-collection algorithms are based on the "Bone Collector", Train is more effective, according to Sun officials, because it is interruptible.

据sun公司的官员称,多数垃圾信息收集算法都基于“拾骨器”,而train更有效,因为它是可中断的。 - Garbage collection; a garbage disposal.

垃圾收集;垃圾处理 - This is because both n1 and n2 contain the same reference, which is pointing to the same object. (The original reference that was in n1 that pointed to the object holding a value of 9 was overwritten during the assignment and effectively lost; its object will be cleaned up by the garbage collector.)

这是由于无论n1还是n2都包含了相同的句柄,它指向相同的对象(最初的句柄位于n1内部,指向容纳了值9的一个对象。在赋值过程中,那个句柄实际已经丢失;它的对象会由“垃圾收集器”自动清除)。
网络释义
以下结果来自互联网
- 1. 垃圾回收器
- 2. 无用单元收集程序
- 3. 垃圾回收
-
4.
它与垃圾收集器
当客户端忘记的时候防护性地使用终结器(finalizer)。它与垃圾收集器(garbage collector)一起工作,确保只在必要的时候该对象才受到与终结器相关的性能影响。...
www.jnzc.net - 相关搜索
