Spring – [ Overview ]
When developers talk about Spring, they’re usually referring to a powerful, flexible, and comprehensive framework for building Java...
Concurrent Programming – [ Basic Knowledge ]
A Java application runs by default in one process. Within a Java application, we can use multi-threads to...
GC – 3 [ GC Log ]
A garbage collection log records data and statistics about Java garbage collection. It contains all the information to...
GC – 2 [ Garbage Collectors ]
Garbage Collectors are the implementations of garbage collections. Util today, with the development of java, it has derived...
GC – 1 [ Garbage Collection ]
Garbage Collection is another important part of JVM execution engine. It tracks each and every object available in...
Main Features of Object-Oriented Programming
Object-Oriented Programming (OOP) is a programming paradigm, or a way of thinking about and structuring code, that organizes...
JVM – 6 [ Execution Engine ]
The execution engine runs the bytecode that has been loaded into the JVM’s runtime data areas by the...
JVM – 5 [ Threads Shared Runtime Data Area ]
Memory is a very important system resource. It is the intermediate bridge between the hard disk and the...
JVM – 4 [ Thread Private Runtime Data Area ]
Memory is a very important system resource. It is the intermediate bridge between the hard disk and the...