Is objective c garbage collected?
Answer / Shah Alam
No, Objective-C does not have automatic garbage collection. Memory management in Objective-C is handled manually through allocating and deallocating objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between null and nil?
What is m script in matlab?
Is objective c statically typed?
What is a delegate? Can you retain delegates?
Is objective c better than c++?
Is objective c type safe language?
What can’t we put into an array or dictionary?
What is kvc and kvo?
How the class “implementation” is represented in objective-c?
Is objective-c a dynamic language?
Tell me about important protocol being used in objective c?
What is toll-free bridging?