Computer Science, asked by ashu0itkm, 2 months ago

memory management in java? full explanation​

Answers

Answered by taehyung24
0

Answer:

  1. In Java, memory management is the process of allocation and de-allocation of objects, called Memory management. Java does memory management automatically. Java uses an automatic memory management system called a garbage collector. ... Java memory management divides into two major parts: JVM Memory Structure.
Answered by Dhriti272
0

Answer:

In Java, memory management is the process of allocation and de-allocation of objects, called Memory management. Java does memory management automatically. Java uses an automatic memory management system called a garbage collector. Thus, we are not required to implement memory management logic in our application. Java memory management divides into two major parts:

JVM Memory Structure

Working of the Garbage Collector

Similar questions