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 |
how can we synchronize Hash map?
How to create a custom exception?
Can you run the product development on all operating systems ?
How do you sort a string in alphabetical order in java?
How do you sort words in java?
what do you understand by the term string with respect to java?
What are the advantages of inner classes?
Nested classes VS Inner classes?
What are the differences between abstract class and interface?
What are the new features in java 8? Explain
Explain when we should make an instance variable private.
How can an object be unreferenced?