Which of the following is a characteristic of a multi-threaded process?
Q1. Which of the following is a characteristic of a multi-threaded process?
Answer: Threads share the same memory space
Explanation: Threads within a process share the same memory space, allowing for efficient communication and data sharing.