Core java tutorial for beginners
A tutorial blog which explains different core concepts related to Java along with programming examples
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
Java Programming » Core Java Basics » Page 2

Garbage Collection

Suryateja Pericherla Categories: Core Java Basics. No Comments on Garbage Collection

In this article we will learn about garbage collection, which is a mechanism for freeing the memory occupied by objects which are no longer used in a program.   Introduction to Garbage Collection   In most of the object oriented programming languages, memory management (allocating and deallocating memory) is left to the user and it […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram