Java Garbage Collection in Tamil

We are happy to update our readers that we published a video on “Java Garbage Collection in Tamil” in YouTube(Link is given at the end of this post).  This Video on Garbage Collection will teach you everything about Garbage Collection from scratch.  Any beginner in Java can easily learn Java Garbage Collection topics very easily through our this video tutorial in Tamil.  As usual, this video is also released under Creative Commons License.  Kindly make use of this tutorial and post your queries as Comments.

Topics Covered in the Video Tutorial:

  1. What is Garbage Collection?

  2. 4 Different ways to make an Object eligible for Garbage Collection

    1. Nullifying an Object.

    2. Reassigning Reference Variables.

    3. Creating Local Objects

    4. Island of Isolation

  3. Two ways for calling Garbage Collector.

    1. System.gc()

    2. Runtime.getRuntime().gc()

  4. How GC will remove object?

    1.  finalize() method in Object Class
    2. Difference between final, finally and finalize() method

Link: https://youtu.be/jD-w7o9lLvI