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 break singleton in java?
What are the rules for naming an array?
What is “try and catch” in java
How do you calculate roots in java?
Can we sort hashmap in java?
Can we pass null as argument in java?
What does java final mean?
Write a program to print 15 random numbers using foreach of java 8?
What is java objectoutputstream?
Why do we use bufferedreader?
How destructors are defined in java?
How long will it take to learn java?