What is a thread pool?



What is a thread pool?..

Answer / Rajendra Kumar Nepane

A thread pool is a collection of worker threads that are managed and reused to execute tasks as they become available. It improves the efficiency of multi-threaded applications by reducing the overhead of creating and destroying threads.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Networking Interview Questions

What is the difference between TCP and UDP ?

10 Answers   Religare,


What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.

1 Answers   MCN Solutions,


can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?

0 Answers   Accenture,


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

1 Answers  


What is HttpURL connection ?

1 Answers   Akamai Technologies,


Write the range of multicast socket IP address?

1 Answers  


What is socket in java?

1 Answers  


What is the Difference between socket and servlet?

1 Answers  


What are the advantages and disadvantages of sockets?

1 Answers  


Tell me about networking classes and interfaces.

1 Answers   Akamai Technologies,


What do you understand by the term network?

1 Answers  


How does server know that a client is connected to it or not?

1 Answers  


Categories