[JAVA] 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 discarded objects. gc는 가비지 콜렉터를 말한다. System.gc(..
Language/Java
2013. 10. 21. 01:04
최근에 올라온 글
최근에 달린 댓글
글 보관함
- Total
- Today
- Yesterday