AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  general

    Posted 07/16/13 04:08 AM

    Originally posted by: lisaedward.1234


    Hai everyone. Can anyone tell me about garbage collector in java technology


    #AIX-Forum


  • 2.  Re: general

    Posted 07/17/13 05:49 PM

    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