by Dongsoo Kim
Posted on December 05, 2022
How familiar are you with Garbage Collector(GC)? Garbage Collection is a process that removes unreachable objects on Heap area. As Heap area on Java memory layout stores instances of any instantiated classes, mostly with ‘new’ keyword, it has to be reachable from its original source. GC clarifies objects’ original source by tracking all the way from the GC Roots.
Read Moreby Dongsoo Kim
Posted on November 30, 2022
//image made by DongsooKim
Read MoreGlobal communication, technology, and delivering right services to customers are keys for making better future.
Feel Free to Contact