This is a discussion on How can I force garbage collection to take place in java? within the Java Programming forums, part of the Software Development category; How can I force garbage collection to take place in java?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi... Garbage collection is a form of automatic memory management. The garbage collector attempts to reclaim the memory used by objects that will never be accessed again by the application. We can't force Garbage collection but we can initiate GC using this method call System.gc(), |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Garbage Collection C# | Balasubramanian.S | C# Programming | 2 | 03-17-2008 09:44 PM |
| How to Place Icon In URL | velhari | HTML, CSS and Javascript Coding Techniques | 1 | 11-28-2007 06:56 AM |
| garbage collection | anbuchezhians | Java Programming | 3 | 08-21-2007 02:46 AM |
| Using Garbage Collection in Java ME | itbarota | J2ME | 2 | 08-06-2007 09:00 AM |
| Place to start with, Hi all | capture | Introductions | 4 | 03-25-2007 08:03 AM |