#jvm
Read more stories on Hashnode
Articles with this tag
When does the garbage collector free up heap memory? All is taken care of by JVM Algorithm used by GC: Mark & Sweep Mark: JVM mark those objects which...
A common real-life example of a shutdown hook in Java is when a server application needs to gracefully shut down and release resources when it...