Memory Areas in Java
Let’s have a look at how memory management in Java works. We will be going to discuss how the objects get destroyed, working of a garbage collector, things that are managed by JVM (Java Virtual Machine). It is necessary for a programmer to understand the working of memory management toContinue Reading
