What's difference between thread and process?
Answer / Chandan Verma
A process is an instance of a program that is currently running. It includes the program code, data, system resources such as open files and network connections, and the program counter that keeps track of which instruction to execute next. A thread is a smaller sequence of execution within a single process. Threads share the same memory space and resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to update value using threads. Write code?
What is multi programming?
Why thread is called as a lightweight process?
What are types of threads?
How do you kill tasks?
Explain difference between ntfs4 and ntfs5?
How to share printer through ftp(fire transfer protocol)?
Which one you will use to implement critical section?
Hi, I'm now using windows 7 in my desktop. I have used a lot of audio recording and editing software but most of then doesn't support the compatibility of win7 and often disturbs. So can anyone tell me which one would be the best audio recording and editing software for win7? Thanks Emanali
cannot copy (file name)- access is denied,
What is thread safety?
Explain yielding in threading?