FINALIZE in English translation

finalize
完成
最后确定
敲定
最终确定
定稿
最后审定
审定
最后拟定

Examples of using Finalize in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Finalize()和Dispose()之间的区别?
State the differences between the Dispose() and Finalize()?
Dispose()和finalize()有什么区别??
State the differences between the Dispose() and Finalize()?
可以不知道什么时候或者即使finalize()执行。
This means that you cannot know when or even if finalize() will be executed.
可以不知道什么时候或者即使finalize()执行。
You do not know when or where finalize() will be executed.
这意味着你不能知道finalize()什么时候执行。
This means that you cannot know when or even if finalize() will be executed.
Finally代码块和finalize()方法有什么区别??
How does finally block differ from finalize() method?
Final,finally,和finalize三者之间有什么不同??
What is the different between final, finally& finalize?
Finalize()方法不能像构造函数那样在链接中工作。
Finalize() methods do not work in chaining like constructors.
一旦finalize()方法完成,垃圾收集器就会销毁该对象。
Once finalize() method is completed, the garbage collector destroys the object.
这意味着你不可能知道何时--甚至是否--finalize()被调用。
This means that you cannot know when- or even if- finalize() will be executed.
例如,可以使用finalize()来确保该对象拥有的打开文件已关闭。
For example, you might use finalize() to make sure that an open file owned by that object is closed.
举个例子,你也许用finalize()来确保被一个对象打开的文件已经关闭了。
For example, you might use finalize() to make sure that an open file owned by that object is closed.
所以如果使用finalize(),就可以在垃圾收集期间进行一些重要的清除或清扫工作。
So if you choose to use finalize(), it gives you the ability to perform some important cleanup at the time of garbage collection.
举个例子,如果你的程序在垃圾收集器发生之前就结束了,finalize()方法将不会被执行。
For example, if your program ends before garbage collection occurs, finalize() will not execute.
调用Finalize方法的时间,甚至是否调用它是未定义的。
The timing of just when or even whether a Finalize method is invoked is undefined.
Finalize-在自动回收对象之前执行清理操作。
Finalize- Performs cleanup operations before an object is automatically reclaimed.
Final、Finally和Finalize的区别。
Differentiate between final, finally and finalize.
原创Java面试官:说说final、finally、finalize的区别?
Java Interview Question 7: Explain final, finally and finalize difference?
Final,finally,finalize的区别。
Differentiate between final, finally and finalize.
Final,finally,finalize的区别。?
Difference between final, finally, finalize?
Results: 60, Time: 0.0181

Top dictionary queries

Chinese - English