InterviewSolution
Saved Bookmarks
| 1. |
What requires less resources?(a) Thread(b) Process(c) Thread and Process(d) Neither Thread nor Process |
|
Answer» Right answer is (a) Thread Best explanation: Thread is a lightweight and requires less resources to create and exist in the process. Thread shares the process resources. |
|