What part of memory - Stack or Heap - is cleaned in the garbage collection process?
Answer / nashiinformaticssolutions
On Heap memory, garbage collection is employed to release the memory used by objects with no references. Every object created in the Heap space has access to the entire application and may be referred to from anywhere.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is singleton a bad practice?
explain about jre and jvm
please write java program of instanceOf keyword implementation
Can we override data members in java?
What is regex java?
What is the difference between synchronized and synchronized block?
What is the difference between jfc & wfc?
What does a void function return?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
what should do when using multiple catch() block & what should never do for the same?
Is call by reference possible in java?
What is difference between add() and addelement() in vector?