Home »
MCQs »
Java MCQs
Multithreading in java is ___
79. Multithreading in java is ___.
- Executing multiple processes simultaneously
- Creating more threads at a time
- Blocking threads
- All of these
Answer: A) Executing multiple processes simultaneously
Explanation:
Multithreaded programming a process in which two or more parts of the same process run simultaneously.