📜  finalize 或 finally - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:58.106000             🧑  作者: Mango

代码示例1
Finally is used to place important code, it will be executed whether exception is handled or not. Finalize is used to perform clean up processing just before object is garbage collected.