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 |
What do you mean by platform independence of Java?
Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
What is bufferedreader in java?
What is port number in java?
What is sleep method?
Explain notifyall() method of object class ?
What is the default initialized value of String type variable?
What is the significance of java packages?
What is run time allocation?
What is the use of flag?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?