They pause application threads for GC. Frame the concept in practical terms so you can explain it during interview discussion.
Stop-The-World events freeze all application threads to perform garbage collection, which can lead to latency spikes. Proper tuning and understanding of GC algorithms can mitigate this. In a real-time trading system, such pauses could delay transactions, impacting performance.