79619364

Date: 2025-05-13 09:30:11
Score: 1.5
Natty:
Report link

First, if you are considering using the thread pool, do not focus on the creation of threads, but pay attention to the configuration of thread pool parameters.

Second, in JAVA, threads are mainly divided into two categories: User Threads and Daemon Threads. In the JAVA language, both threads and thread pools are user threads by default.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: mr_chengs