A key feature of Java is its garbage-collected heap, which takes care of freeing dynamically allocated memory that is no longer referenced. Because the heap is garbage-collected, Java programmers don't have to explicitly free allocated memory. http://www.javaworld.com/javaworld/jw-08-1996/jw-08-gc.html
A key feature of Java is its garbage-collected heap, which takes care of freeing dynamically allocated memory that is no longer referenced. Because the heap is garbage-collected, Java programmers don't have to explicitly free allocated memory. http://www.javaworld.com/javaworld/jw-08-1996/jw-08-gc.html