Question: Explain the concept of the CountDownLatch class.Answer: CountDownLatch is a synchronization aid that allows one or more threads to wait until a set of operations in other threads completes. |
Is it helpful?
Yes
No
Most helpful rated by users: