Question: What is true about thread multitasking?
- `Thread multitasking allows code to be executed concurrently`
- `Thread multitasking allows code to be executed only when handling a user event.`
- `Thread multitasking blocks code from being executed simultaneously to guard memory.`
- `Thread multitasking adds single-threaded code blocks together.`
Answer: The correct answer of the above question is Option A:`Thread multitasking allows code to be executed concurrently`