If a process terminates will its thread also terminate?

Answer:

Yes, the thread will also terminate if the process it is running in terminates. The thread is dependent upon the processes it is running. If the processes die the thread dies.

First answer by ID1154632697. Last edit by ID1154632697. Question popularity: 1 [recommend question].