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 |
posted in online test
Explain the use of javap tool.
How many types of methods are there?
Is java an ide?
Can we extend a class with private constructor?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is backdrop?
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
What is the purpose of object oriented programming?
Superclass of exception
What is difference between iterator access and index access?
What is java util collection?