Hello All,
This video is third part in the series on Garbage Collector. I have published two earlier parts of the video. In the first part of the video, we discussed how the object gets created, used and destroyed. There are multiple steps involved in it which you must know to understand the Garbage Collector. Please go to the first part of the using the below link.
[Video] Learn Garbage Collector (Part -1) : Object Creation and it’s life cycle
In second part of the video, I discussed about the Garbage Collector and its processing. I discussed the various steps during garbage collection. Please use the below link for second post.
[Video] Learn Garbage Collector (Part -2) : How Garbage Collector runs
In today’s post, I have discussed one of the important concepts of Garbage Collector Finalization and it’s importance. I’ll advise you watch the earlier parts of the video to gain most of the today’s video.
Cheers,
Brij
Pingback: [Video] Learn Garbage Collector (Part -5) : Generational Garbage Collector | Code Wala