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
Is java 9 released?
Is an integer an object?
How much is a java license?
What is a prefix function.write down a code to compute prefix function.
What do you mean by stream pipelining in java 8?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is scanner in java?
Can I use % with real numbers?
What are parsing rules?
Which class is used by server applications to obtain a port and listen for client requests?
What is the common usage of serialization? What exceptions occur during serialization?
What is synchronization and why is it important in java programming?
Discuss about garbage collector in Java.
What is the difference between stringbuffer and stringbuilder?
What is string :: npos?