Study1. 1.System.gc()System.gc()메서드는 아래와 같이 정의될 수 있다. public static void gc()Runs the garbage collector.Calling the gc method suggests that the Java Virtual Machine expend effort toward recycling unused objects in order to make the memory they currently occupy available for quick reuse. When control returns from the method call, the Java Virtual Machine has made a best effort to reclaim space from all d.. 더보기 이전 1 ··· 19 20 21 22 23 24 25 ··· 151 다음