What, Why & How of Java’s Garbage Collection — Any application needs memory to run. However, computer memory has limited space. So, in order to run applications, it is important that the memory is cleaned once in a while to make space for new data and remove the old unused data. Who does this cleaning? How & when is…