What do you understand by thread pool?

Answer

  • Java Thread pool represents a group of worker threads, which are waiting for the task to be allocated.
  • Threads in the thread pool are supervised by the service provider which pulls one thread from the pool and assign a job to it.
  • After completion of the given task, thread again came to the thread pool.
  • The size of the thread pool depends on the total number of threads kept at reserve for execution.

All Java Questions

Ask your interview questions on java

Write Your comment or Questions if you want the answers on java from java Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---