Originally posted by: GarlandJoseph
You should google for basic articles regarding java collection. As objects are created in java they go on the heap. Garbage collection is a mechanism provided by the JVM (java virtual machine) to reclaim heap space. It relieves the java programmer from having to worry about memory allocation.
#AIX-Forum