Computer Science, asked by Atharva2124, 1 year ago

how is features of java: automatic garbage collection works

Answers

Answered by Anonymous
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
Atharva2124: What is jvm
Similar questions