how is features of java: automatic garbage collection works
Answers
Answered by
1
Java garbage collection is an automatic process. The programmer does not need to explicitly mark objects to be deleted. The garbage collection implementation lives in the JVM. ... The compaction process makes it easier to allocate memory to new objects sequentially after the block of memory allocated to existing objects.
Atharva2124:
What is jvm
Similar questions