OBS: download the application please visit www.mrbool.com/player
Title: E-learning-Java Complete Course-Programming fundamental in Java-Gargbage Collection in JAVA-Lesson 31
Duration: 13.05 minutes
Summary:This is a complete java programming language course demonstration series. In this we are learn The Java virtual machine's heap stores all objects created by a running Java application.Objects are created by the program through new keyword, but never freed explicitly by the program.Garbage collection is the process of automatically freeing objects that are no longer needed. An object is determined to be “no longer needed” when there is no other object referencing to it.
Methodology of the development of example: Gargbage Collection in JAVA.
Technology Used:JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, Gargbage Collection.