What is the main advantage of using threads compared to processes ?
2024
What is the main advantage of using threads compared to processes ?
- A.
Improved security and isolation
- B.
Faster context switching and resource sharing
- C.
Better support for parallel processing
- D.
More efficient memory management
Attempted by 57 students.
Show answer & explanation
Correct answer: B
The main advantage of using threads compared to processes is faster context switching and shared memory access.