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.
yes, because if process is terminated then its related thread has no work. After completion of process the kernel generates a thread that will cancelled the thread in order to save the time and...
Generally any process may be terminated by sending the appropriate signal to it. The command to send signals to a process is called 'kill', and the various signals you can use are identified by 'kill...
If you mean the processes in windows :- Hit CTRL ALT & DEL together - when the menu screen shows, select Start Task Manager.Click on the Processes tab in the small window that pops up - that'll...