« [J2ME] Netbeans Mobility Pack 5.0 beta | Inicio | [Cocoa] Some links »

[Cocoa] Introduction to memory management

Informit published an article a few days ago about memory management in Cocoa, called A Java Programmer's Introduction to Objective-C: Memory Management.

The article focuses on the differences between Java and Cocoa regarding memory management, and it can be useful as an introduction to the most important, powerful and complex aspect of Objective-C, which is the lack of a garbage collector.

A Java Programmer's Introduction to Objective-C: Memory Management