Anurag Sharma Total Post:9 Points:45 Posted by Anurag Sharma November-10-2010 0:00 AM Java Java 1 Answer(s) 1179 View(s) Ratings: Rate this:
Anurag Sharma Post:9 Points:45 How can you force garbage collection? Posted on 7 years ago we can't force GC, but could request it by calling System.gc(). JVM does not guarantee that GC will be started immediately
Post:9
Points:45How can you force garbage collection?
we can't force GC, but could request it by calling System.gc(). JVM does not guarantee that GC will be started immediately