Question:

In Operating system, unlimited threads could exhaust system resources. Which among the following is a solution to this issue?

Show Hint

Thread pools improve performance and control concurrency by limiting thread creation.
Updated On: June 02, 2025
  • Buffering
  • Thread Priorities
  • Thread pool
  • Thread kill
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

A thread pool manages a collection of reusable threads. By reusing threads, it avoids the overhead of thread creation and limits resource usage.
Was this answer helpful?
0
0

TS PGECET Notification