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
What is the covariant return type?
what are three ways in which a thread can enter the waiting state? : Java thread
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is the purpose of using javap?
What are variable names?
What is udp in java?
Can size_t be negative?
How to display names of all components in a Container?
What do you mean by mnemonics?
What is super keyword explain with example?
How to sort double array in java?
Does java support multiple inheritances?
Differences between C and Java?
How many types of constructors are used in java?
What is final int?