#Java Garbage Collection

1 messages · Page 1 of 1 (latest)

reef junco
#

Hello! Can someone tell me what Java garbage collection is and its primary purpose?

queen cedarBOT
#

Hey, @reef junco!
Please remember to /close this post once your question has been answered!

bitter flower
#

when you are creating an object, Java allocates memory for it

#

when you are not referencing the object, the garbage collecror will eventually free it again