Unix Threads Question:
Download Questions PDF

What are the different kinds of threads?

Unix Threads Interview Question
Unix Threads Interview Question

Answer:

Only two typs of thereads,that are user space and kernel
supported threads.The user space threads can run only one
machine.where as the kernel supported can run on two or
more machincs simulatinously.

Download Unix Threads Interview Questions And Answers PDF

Previous QuestionNext Question
What are the Architectural differences between User-space threads, and Kernel-supported threads?What is Scheduling?