System gc Java

System gc: One of the salient features of Java is implicit garbage collection. Removing unwanted objects in running program is known as garbage collection. Due to the garbage collection, RAM memory is freed and the same freed memory can be used by OS for other purposes. Due to implicit garbage collection, Java does not support …

System gc Java Read More »