Answer Posted / aravinda reddy
Yes of course, even though garbage collection low priority
threads running in the back ground in jav, there are still
possibilities are there for memory leaks.
Example : Some objects are no longer useful, but some other
objects refers to these objects, in this case garbage
collection process can not reclaim the memory allocated for
unused objects
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is oops in java?
Does windows 10 need java?
Which collection does not allow duplicates in java?
Is java a pure object oriented language?
What does @param args mean in java?
Tell me are there implementations for sorting and searching in the java libarary?
What is java ceil?
How many unicode characters are there?
How do you sort in ascending order in java?
What is meant by collection in java?
How to split arraylist elements in java?
Which api is provided by java for operations on set of objects?
Which package is always imported by default?
What is string builder?
What is externalizable interface?