What is garbage collection in Java, and how can it be used ?
Answer Posted / brijesh yadav
Garbage Collection is a form of automatic memory
management. The garbage collector or collector attempts to
reclaim the memory used by objects that will never be
accessed again by the application or mutator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a byte string?
Differentiate between run time error and syntax error.
Explain the difference between abstract classes and interfaces in java?
What is java util hashmap?
What are wrapped classes in java programming?
What is an i/o filter?
What is Classloader in Java?
How does hashset works in java?
What is a vector in java?
Is java owned by oracle?
Difference between class#getinstance() and new operator ?
Is empty list java?
Can a final variable be initialized in constructor?
What is general methodology?
Tell me the Importent classes in net package?