Advanced Java
Q80 / 100

What is the G1 garbage collector's primary design goal?

Correct! Well done.

Incorrect.

The correct answer is C) Meet user-specified pause-time goals while maximizing throughput

C

Correct Answer

Meet user-specified pause-time goals while maximizing throughput

Explanation

G1 (Garbage First) divides the heap into equal-size regions and targets a maximum pause time set via -XX:MaxGCPauseMillis, balancing throughput and low latency.

Progress
80/100