InterviewSolution
Saved Bookmarks
| 1. |
Select the type of multitasking methods that exist:(a) process based(b) thread based(c) only process(d) both process & thread based |
|
Answer» The correct answer is (d) both process & thread based The best I can explain: There are two distinct types of multitasking: process-based and thread-based. |
|