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 does business logic mean?
Is java still necessary?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is meant by string is immutable?
Can static methods be overridden?
What are hot spots in Java programming?
What is a variable declaration?
List primitive java types?
What is the use of jtable?
who can i handle multiple client in RMI
What is an example of character?
Can vector have duplicates in java?