Home » JAVA Programming » Multithreading » Question
  1. Which of these are types of multitasking?
    1. Thread based
    2. Process and Thread based
    3. Process based
    4. All of above
    5. None of these
Correct Option: B

There are two types of multitasking: Process based multitasking and Thread based multitasking.



Your comments will be displayed only after manual approval.