Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is abstraction in oop?

1187


What is a function in oop?

1136


any one please tell me the purpose of operator overloading

2443


write a programe to calculate the simple intrest and compund intrest using by function overlading

2257


What is abstract class in oop?

1061


Is html an oop?

1125


Can we have inheritance without polymorphism?

1077


write a program to find 2^n+1 ?

2125


What is the diamond problem in inheritance?

1199


Write a program to reverse a string using recursive function?

2408


How do you answer polymorphism?

1106


What is the point of oop?

1260


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6727


What is difference between pop and oop?

1233


What is interface in oop?

1182