Science, asked by nokeshkola2257, 1 year ago

What is thread pool? Why should you thread pool in Java?

Answers

Answered by ayesha123
0

a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program.

Similar questions