What part of memory - Stack or Heap - is cleaned in the garbage collection process?
Answer Posted / 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 |
Post New Answer View All Answers
Is null keyword in java?
What does you mean in math?
Which category the java thread do fall in?
how can you catch multiple exceptions in java?
Why javac is not recognized?
What is pre increment and post increment in java?
Is set sorted in java?
What is the best way to findout the time/memory consuming process?
What java ide should I use?
What is the use of bufferedreader?
Tell me a few examples of final classes defined in Java API?
Explain the importance of throwable class and its methods?
what do you mean by classloader in java?
How many tetrahedral voids are there in bcc?
What is the difference between @before and @beforeclass annotation?