Describe the difference between a Thread and a Process?
Answer Posted / nahom tijnam
Thread is the basic unit of execution in a computer processor.
Process is an instance of a program that is executed sequentially. So when you fire up an application in your computer, you are starting a process.
Process consists of one or more threads. Single Threaded applications when run have a process with a single thread. Similarly, Multi-threaded applications (MTA) when run have a process with multiple threads.
In an MTA, the different threads can access the resources (like memory) owned by its process.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between inheritance and polymorphism?
how to get the oracle certification? send me the answer
What is difference between oop and pop?
How to use CMutex, CSemaphore in VC++ MFC
What is encapsulation with example?
What is the full form of oops?
Explain the concepts involved in Object Oriented programming.
which feature are not hold visual basic of oop?
What is the point of oop?
What is difference between polymorphism and inheritance?
Which method cannot be overridden?
Why polymorphism is used in oops?
What is new keyword in oops?
Is html an oop?
What is encapsulation process?