What does System.gc() and Runtime.gc() methods do?

Technology CommunityCategory: JavaWhat does System.gc() and Runtime.gc() methods do?
VietMX Staff asked 3 years ago

These methods can be used as a hint to the JVM, in order to start a garbage collection. However, this it is up to the Java Virtual Machine (JVM) to start the garbage collection immediately or later in time.