Multiple choice java

­­_______ is the ability to do multiple tasks at the same time

  1. multithreading

  2. multitasking

  3. multiprograming

  4. multiprocessing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multitasking refers to the operating system's ability to execute multiple tasks or processes concurrently, sharing system resources like the CPU. Multithreading refers to concurrent execution of multiple threads within a single process.