GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Operating System  >  Windows & Unix

 Print  |  
Question:  What is the difference between process and thread?



February 02, 2006 06:32:15 #3
 sunil1405   Member Since: February 2006    Total Comments: 1 

RE: What is the difference between process and thread....
 

Process is some job or task which is running in background.

while a thread is a single line of execution in a programs , so many threads can be there in a program.

     

 

Back To Question