Multiple choice java _______ is the ability to do multiple tasks at the same time multithreading multitasking multiprograming 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.