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 |
Objects or references which of them gets garbage collected?
Can we clone singleton object in java?
Program to find greatest prime number in n numbers?
What is consumer interface?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the ResourceBundle?
2 Answers Elementus Technologies,
List the interfaces which extends collection interface?
Where are variables stored?
Can we cast any other type to boolean type with type casting?
Tell some latest versions in JAVA related areas?
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
What does flagged out mean?