What is the difference between a thread and a process?

Answers were Sorted based on User's Feedback



What is the difference between a thread and a process?..

Answer / vikram

thread is a unite of execution and process is a collection of thread

Is This Answer Correct ?    2 Yes 1 No

What is the difference between a thread and a process?..

Answer / ii

A process, in the simplest terms, is an executing program. One or more threads run in the context of the process. A thread is the basic unit to which the operating system allocates processor time. A thread can execute any part of the process code, including parts currently being executed by another thread.

Is This Answer Correct ?    1 Yes 0 No

What is the difference between a thread and a process?..

Answer / swetha

Thread is line under execution and Process is prgm under
execution

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is Virtual path in ASP.Net

2 Answers   Proteans,


what is roles in asp.net

2 Answers  


Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?

1 Answers   Phoenix Technologies,


What are the different types of sessions in asp.net?

0 Answers  


What is strong name and which tool is used for this ?

3 Answers   Patni,






A Web Service Can Only Be Written In .net. Is it True??

0 Answers   Siebel Systems,


What is application in asp net?

0 Answers  


What is the difference between mvc and asp.net? : Asp.Net MVC

0 Answers  


What is different in .net 1.1 and .net 2.0?

0 Answers  


Describe SOA and the tenets of it?

0 Answers   Siebel,


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  


What are the type of session in Asp.Net

3 Answers  


Categories