IBM
C2010-501 · Question #72
What is true of thread pools when used in a Java Virtual Machine (JVM)?
The correct answer is D. Thread pools enable components of the server to reuse threads and eliminate the need to create new. See the full explanation below for the reasoning.
Question
What is true of thread pools when used in a Java Virtual Machine (JVM)?
Options
- AOnce a thread pool is set up. it can be modified only by reinstalling the JVM.
- BThread pools are a shared resource generated by workstations connected to the same JVM.
- CA thread pool is a collection of worker threads that efficiently execute asynchronous callbacks on behalf
- DThread pools enable components of the server to reuse threads and eliminate the need to create new
How the community answered
(18 responses)- A6% (1)
- B11% (2)
- D83% (15)
Community Discussion
No community discussion yet for this question.