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
Why for each loop is used?
Why pass by reference is not possible in java?
Why Java doesn’t support multiple inheritance?
How many bits are in a sentence?
What is the difference between class forname and new?
What is the difference between variable & constant?
What are constants?
Which sorting is used in arrays sort in java?
What is a databasemetadata?
What is the difference between hashmap and hashtable in java?
What is a control variable example?
What do you mean by inner class in java?
How java is similar to c?
What does singleton class mean?
What is this keyword in java?