What is garbage collection in Java, and how can it be used ?
Answer Posted / nitin kumar
Garbage collection is a system level thread that tracks each
memory allocation. During the idle cycles in the JVM, the
garbage collection thread check for and frees memory that
can be freed. It happen automatically during the lifetime of
a Java Technology program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to add menushortcut to menu item?
What is a website container?
What is array list in java?
Explain the overview of UDP messaging.
How do we access static members in java?
What are the major drawbacks of external iteration?
Can a main method be overloaded?
What is the purpose of a volatile variable?
What are constructors in java?
What is string example?
Difference between string s= new string (); and string s = "abv";?
What super () does in java?
What is the purpose of the enableevents() method in java programming?
How to print an arraylist in java?
Explain working of call by reference function invoking.