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
Java Compiler is stored in JDK, JRE or JVM?
What is jagged array in java?
What the difference is between execute, execute Query, execute Update?
How do you escape in java?
What are accessor methods in java?
What do you understand by classes in java?
What are the advantages of user defined functions?
Why is multiple inheritance not supported in java?
make a method which any number and any type of argument and print sum of that arguments.....
Is static a singleton?
What is difference between char array and string?
What does next mean in java?
Explain notifyall() method of object class ?
What is the maximum size of list in java?
What is string [] args?