Article discusses in very brief about concept of Garbage collection in J2ME. One should avoid allocation and creation of unnecessary objects. When you are in need of any object then only use it or reference it otherwise not.
However Developer don't need to think of allocation and deallociation of objects. Because Java Virtual Machine itself calls Garbage collector when it is require.
The Main intention of Explaining Garbage Collection can be accomplished using this article. very short but easy to get it.
--Kalki 19:31, 14 September 2009 (UTC)