I had certain issues while understanding the Internal working of garbage collection. How does internal garbage collection work in java using mark sweep algorithm?
Basically what i wanted to understand are the two points.
1. How Garbage Collection differs in the three big JVMs?
2. Performance Tuning in JVMs when performing Garbage Collection?
PS - I did have a good workout on Google, it did show with a lot of textual stuff which I found difficult to understand. But I am looking for a more animated and good explanation.