posted by Thom Holwerda on Tue 27th Sep 2005 17:18 UTC, submitted by Eugenia
IconDevelopers continue to debate the question of memory management solutions. Which is best? Although Objective-C's retain/release runs smoother and faster than Java's garbage collection, it places a much larger burden on the developer and introduces a much larger risk of memory leaks.

In the first of a series of articles that detail the important differences between Java and Objective-C, Marcus Zarra compares and contrasts memory management in Java and Cocoa/Objective-C.

Maven is an incredibly powerful tool that allows for the easy maintainability of Java projects. But what if your project is more complex than a simple Hello World applet? Marcus Zarra introduces the Maven multiproject concept, which is designed to facilitate the management of complex projects.

e p (0)    16 Comment(s)

Related Articles

posted by Thom Holwerda on Fri 8th Aug 2008 18:31, submitted by Hagar
posted by Bjorn Raupach on Thu 17th Jul 2008 06:01
posted by Tony Steidler-Dennison on Thu 10th Jul 2008 13:39 submitted by BlueVoodoo