Skip to content

Concurrent Mark Sweep (CMS) Garbage Collector

The Concurrent Mark Sweep (CMS) Garbage Collector was a popular garbage collection algorithm used in the Java Virtual Machine (JVM) for many years. It was introduced to reduce long pause times caused by Full GCs.… 

G1 Garbage Collector (G1GC)

The G1 Garbage Collector (G1GC) is one of the most advanced garbage collection algorithms in the Java Virtual Machine (JVM). It is also called Garbage-First Garbage Collector. It was designed to handle large heap sizes… 

Garbage Collection Quiz 02

Garbage Collection Quiz 01: In the previous post, we explored the fundamentals and behavior of the Parallel Garbage Collector in depth. Now, it’s time to evaluate how much you’ve truly understood. Therefore, we’ve created a… 

Garbage Collection Quiz 01

Garbage Collection Quiz 01: In the previous post, we explored the fundamentals and behavior of the Serial Garbage Collector in depth. Now, it’s time to evaluate how much you’ve truly understood. Therefore, we’ve created a… 

Modify JMeter Script using AI

In performance testing with Apache JMeter, you might often need to modify an existing test plan due to changes in the application’s flow or functionality, and these modifications can be done using AI. Instead of… 

UI Performance Testing Advanced: Self-Paced Course

Following the successful launch of our Performance Testing Foundation Self-Paced Course, we are excited to introduce an advanced program: UI Performance Testing Advanced – Self-Paced Course. Take advantage of our special launch offer and elevate…