1

Javadoc says "These pools will typically improve the performance of programs that execute many short-lived asynchronous tasks."

But I can't understand why it is so clearly.

user7024
  • 311
  • 2
  • 10
  • 2
    Because the same thread will be reused when it's freed, removing the overhead of creating a new thread for every task. – devgianlu Apr 19 '20 at 18:37

0 Answers0