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 |
Is it possible to write method inside method
What is a wrapper method?
Which class is used by server applications to obtain a port and listen for client requests?
What are the different types of inner classes?
Difference between a Canvas and a Scroll Pane?.
How do you ensure that n threads can access n resources without deadlock?
Which is the class in java?
Why string is called as immutable?
How can an exception be thrown manually by a programmer?
How to find the largest value from the given array.
Are nested try statements are possible?
How do you compare two strings lexicographically?