Think in java 答案

    技术2022-05-11  122

    阅前声明: http://blog.csdn.net/heimaoxiaozi/archive/2007/01/19/1487884.aspx

    /****************** Exercise 22 ***************** * Experiment with Garbage.java by running the * program using the arguments "gc," "finalize," * or "all." Repeat the process and see if you * detect any patterns in the output. Change the * code so that System.runFinalization() is * called before System.gc() and observe the * results. ***********************************************/public class E22_LeftToReader {  public static void main(String args[]) {    System.out.println("Exercise left to reader");  }} 

    //+M java E22_LeftToReader


    最新回复(0)