Possible Duplicate:
iOS: to ARC or not to ARC? Pros and Cons
i have learned about What are the advantages and disadvantages of using ARC?
from What are the advantages and disadvantages of using ARC?
However i still doubt in automatic reference counting (ARC).
I have some queries here.
We don't want to do the release manually, if the ARC is active?
is it do the automatic garbage collection and memory management automatically?
Could any one please clarify my thoughts.