Answer Posted / 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 |
Post New Answer View All Answers
What lambda means?
Why bytecode is called bytecode?
How do you use equal in java?
What are the concepts of 'OOPS'?
How do you square a number?
Can you explain inner class.
What is parsing a sentence?
Can a top level class be private or protected?
In the below example, how many string objects are created?
Tell me the Importent classes in net package?
How do you use compareto in java?
what is abstract class in Java?
What are disadvantages of java?
What is yield () in java?
Can we write method inside a method in java?