Garbage collector in iphone?



Garbage collector in iphone?..

Answer / Ritu Raj

iPhone does not have an automatic garbage collector. Memory management in Objective-C and iOS is the responsibility of the developer, who must release objects when they are no longer needed to prevent memory leaks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

How to generate a protected disk image containing your csr, private key and development certificate in iphone development?

1 Answers  


What is the difference between viewdidload and viewdidappear?

1 Answers  


What is delegate in ios with example?

1 Answers  


Explain @synchronized ,@dynamic

1 Answers  


Tell me what is fast enumeration?

1 Answers  


Explain difference between coredata & sqlite?

1 Answers  


Can my application have multiple models?

1 Answers  


What are b-trees?

1 Answers  


What is push notification?

1 Answers  


 Explain retain counts

1 Answers  


What are the different types of ios application states?

1 Answers  


How can an operating system improve battery life while running an app in iOS operating system?

1 Answers   TryTechnicals Pvt Ltd,


Categories