Runtime、System、Object

Runtime---->Runtime.getRuntime().gc();

System---->System.gc();

Object---->finalize();

原文地址:https://www.cnblogs.com/daishuguang/p/4704668.html