I searched for garbage collection on the net and found out several different explanations for it .... Can anyone please explain to me the exact work of garbage collector in Java. I am comfortable with classes and have read about two classes in Java dedicated for garbage collection.
Thanks in Advance
5 replies to this topic
#1
Posted 10 September 2011 - 11:44 AM
|
|
|
#2
Posted 11 September 2011 - 04:59 AM
How it works is very technical. The basics of it is basically no more reference to an object = no more object.
How Garbage Collection works in Java
How Garbage Collection works in Java
OBDMobile http://sites.google....te/obdiimobile/
#3
Posted 13 September 2011 - 09:07 AM
Didn't the newest version of java change up the way garbage collection was handled?
#4
Posted 14 September 2011 - 08:23 AM
How it really works isn't written down in some spec or so. It can change every jdk / for every jvm. All you know is that it dumps objects where no life thread has a reference to.
#5
Posted 14 September 2011 - 08:41 AM
#6
Posted 14 September 2011 - 02:10 PM
Thanx a lot al of u... I clarified out my doubt...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









