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
How to do encapsulation in java?
What is the purpose of finalization in java programming?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Are static members inherited to sub classes?
What is difference between this and super keyword?
Is sizeof a keyword in java programming?
What is output buffer?
What is super?
What is the use of set in java?
What is method overriding in java ?
What is string and example?
What is role of void keyword in declaring functions?
Explain the key functions of data binding?
What is the best definition for data?
Can we increase array size dynamically in java?