Unix Threads Question:
Download Questions PDF

Explain What are threads?

Unix Threads Interview Question
Unix Threads Interview Question

Answer:

A thread is an encapsulation of the flow of control in a
program. Most people are used to writing single-threaded
programs - that is, programs that only execute one path
through their code "at a time". Multithreaded programs may
have several threads running through different code
paths "simultaneously".

Download Unix Threads Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What are the main families of threads?How to edit the network interface device type in container(zone) in Solaris 10?