Is there memory leaks in java?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is passing parameters in java?
What is object class in java?
what do you meant by Platform-Independent?
What is thread pool in java with example?
What is the use of bufferedreader?
What is number data type in java?
What is the size of arraylist in java?
Explain when noclassdeffounderror will be raised ?
What is main string [] args?
When should you use arraylist and when should you use linkedlist?
what is session facade ?
What is hypertext?