Preparation for Java tests, interviews and exams
CountDownLatch is a Java Util type of synchronizer which allows one Thread to wait for one or more Threads before it starts processing.
CountDownLatch JavaDoc