Sagot :
Answer:
thread is similar to a real process in that both have a single sequential flow of control. ... For example, a thread must have its own execution stack and program counter. The code running within the thread works only within that context. Some other texts use execution context as a synonym for thread
Explanation:
#carry on learning