InterviewSolution
Saved Bookmarks
| 1. |
Which of these are types of multitasking?(a) Process based(b) Thread based(c) Process and Thread based(d) None of the mentionedThe question was posed to me in final exam.This key question is from Multithreading Basics in chapter Multithreading of Java |
|
Answer» CORRECT option is (c) Process and THREAD BASED Explanation: There are two types of MULTITASKING: Process based multitasking and Thread based multitasking. |
|