Possible Duplicate:
What is the difference between Objective-C automatic reference counting and garbage collection?
Can someone please tell me that, what is the basic difference between Garbage collector in JAVA and ARC?
Possible Duplicate:
What is the difference between Objective-C automatic reference counting and garbage collection?
Can someone please tell me that, what is the basic difference between Garbage collector in JAVA and ARC?
In one sentence: The garbage collector finds and collects retain cycles, ARC does not.