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
What is final variable?
What is not thread safe?
Is a char always 1 byte?
What is java Applet?
How hashmap works in java?
Why java is used everywhere?
Can singleton class be serialized?
Why are variables important in research?
Does variable declaration allocate memory?
Where is singleton pattern used?
What loop means?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is meant by string is immutable?
Is intellij better than eclipse?
What is the difference between array list and vector in java?