both the serial and parallel collectors cause a stop-the-world during the Garbage Collection .
so what's the difference between them?
a serial collector is a default copying collector which uses only one Garbage Collection thread for the Garbage Collection operation, while a parallel collector uses multiple Garbage Collection threads for the Garbage Collection operation.