You Are Here:

Community: Wiki

This page was last modified on 8 June 2009, at 11:34.

Java ME memory management

From Forum Nokia Wiki

Memory management in Java ME

This is to describe garbage collection and memory management in general.

Garbage collection

Garbage collection is a service which clears the objects which are eligible for deletion.Like in C/C++ developer is not able to directly access the memory and clear the objects. In Java this job is taken by Garbage collector which handles this function.


Garbage collection service is called by System.gc() but this does not guarantee that JVM will activate garbage collector. Its up to JVM to decide to whether to run it or not. The objects which are eligible for garbage collection are which don't have any reference to it.

Related Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia 
User Rating: qfnZuserE5FratingQNx5E2E0000X