Garbage Collection

This program performs garbage collection. Free memory in java virtual machine is printed and then garbage collection is done using gc method of RunTime class, freeMemory method returns amount of free memory in jvm, getRunTime method is used to get reference of current RunTime object.

Developer: Abhishek Nandakumar
Licence: OpenSource
Platform/Language: Java
Download

Popular posts from this blog

Two Level File Directory

Banker's Algorithm