What is garbage collection in Java, and how can it be used ?
Answer Posted / sudeep baranwal
Garbage collection is reclaiming the unused memory by the invalid objects.Garbage collection is thread when its work unused memory Created objects from the memory.Garbage collection for responsible this process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give some features of interface?
How do you execute a thread in java?
What are static methods?
What is void class in java?
Can you pass by reference in java?
What is java lang string?
What is the protected method modifier?
What is JFC?
How do I remove a character from a string in java?
Explain a few methods of overloading best practices in java?
What is the public method modifier?
Does constructor creates the object ?
What is command line argument in java?
What do you mean by hashing?
What is a values collection view ?