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 are the different validators in asp.net?

0 Answers  


When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,


How should I destroy my objects in asp.net?

0 Answers  


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

4 Answers   Accenture,


Explain the difference between an exe and a dll?

0 Answers  






Define an assembly?

9 Answers   Siebel,


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

0 Answers  


What is the use of placeholder control?

0 Answers  


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

0 Answers  


How cross page posting is done in Asp.net 2.0?

3 Answers  


How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


What are the various types of cookies in asp.net?

0 Answers  


Categories