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 is synchronization and why is it important? : Java thread
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
What is the right data type to represent a price in java?
What is protected in java?
Can we call the run() method instead of start()?
How to access arraylist elements in java?
what are literals in java?
Is stringwriter thread safe?
What causes memory leaks in java?
What are the application of stack?
How do you sort arrays in java?
Why volatile is used in java?