linked linked linkedin whatsapp remove
Feedback

System Programming Quiz System Programming

Which of the following are true of typical Unix like systems?

Threads and Process creation costs are the same.
Threads are more expensive to create than Processes.
Processes are more expensive to create than Threads.
Threads need Operating System parallelism support to exploit concurrency.

Answer:
Processes are more expensive to create than Threads.
Threads need Operating System parallelism support to exploit concurrency.

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

Related System Programming Questions and Answers: