GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#
Go To First  |  Previous Question  |  Next Question 
 C#  |  Question 422 of 436    Print  
What the difference between Process and thread?

  
Total Answers and Comments: 6 Last Update: September 14, 2009     Asked by: annalipa 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 05, 2008 01:59:27   #1  
Sanjay02t Member Since: May 2008   Contribution: 2    

RE: What the difference between Process and thread?
thread is is an LIGHT WEIGHT PROCESS.
Process is an thread under execution.

 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
May 07, 2008 00:56:22   #2  
ushalakshmi Member Since: April 2008   Contribution: 40    

RE:
Process:Process is a program in execution...........

Thread : Is a Separate path of execution...............

 
Is this answer useful? Yes | No
May 07, 2008 00:58:06   #3  
ushalakshmi Member Since: April 2008   Contribution: 40    

RE: What the difference between Process and thread?
Process: Is a Program in Execution


Thread:Is a separate Path of execution in a progam

 
Is this answer useful? Yes | No
September 12, 2008 01:41:09   #4  
asifdcsku Member Since: September 2008   Contribution: 3    

RE: What the difference between Process and thread?
Every process runs in a thread (its own thread)
A process can have multiple threads.

 
Is this answer useful? Yes | No
August 07, 2009 07:44:07   #5  
chintan.desai Member Since: July 2009   Contribution: 8    

RE: What the difference between Process and thread?
Process is a program which we executes.
Thread is a part of process. Every process runs one default (main) thread. There can be multiple thread in a process.

 
Is this answer useful? Yes | No
September 13, 2009 12:59:53   #6  
topdog770 Member Since: September 2009   Contribution: 1    

RE: What the difference between Process and thread?
A process is an entity that:

1) Receives independant resource allocations ( CPU memory etc)
2) Has its own address space ( which means that it can't access variables or data structures belonging to a different process)
3) Maintains state information.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape