Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Wednesday, December 2, 2009

Behind the screen

Memory management is something that makes program complex when it comes to C language.
Java hides this task and makes development easy.
Thanks to my manager, I got following link

http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html#1.1.Introduction%7Coutline.

If you go through this link you would realize memory management is very interesting in Java too.