📅  最后修改于: 2022-03-11 14:52:02.800000             🧑  作者: Mango
代码示例1
Object a = new Object();a = null;// after this,if there is no reference to the object, // it will be deleted by the garbage collector