Unix Threads Question:
Download Job Interview Questions and Answers PDF
Explain What are threads?
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".
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 Question | Next Question |
Explain What are the main families of threads? | How to edit the network interface device type in container(zone) in Solaris 10? |