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 arraylist ordered in java?
What is the benefit of lambda expressions?
Can a constructor be made final?
State differences between C and Java?
Write a program to check string is palindrome without using loop?
What are the steps that are followed when two computers connect through tcp?
What java ide should I use?
What are the special characters?
What is complexity in java?
what is the difference between Object Based Language and Object Oriented Language?
Can you override static methods?
What are the methods available in a class?
Why is java so important?
What does nextint () do in java?
What Is Query Throttling in java?