1.

Number of threads that exists for each of the processes that occurs in the program:(a) at most 1(b) atleast 1(c) only 1(d) both at most 1 & atleast 1

Answer» Correct answer is (d) both at most 1 & atleast 1

To explain I would say: All processes have at least one thread for execution, which is usually called the main thread because it is the primary thread that is executed when our program begins. From the main thread, we can create other threads.


Discussion

No Comment Found

Related InterviewSolutions