Operating System
Programming and Technical
Q. What is a thread?
A. A thread is a program line under execution. Thread sometimes called a light-weight process, is a basic unit of CPU utilization; it comprises a thread id, a program counter, a register set, and a stack
Read Solution (Total 0)
Operating System Other Question