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

Types of optimization and name a few ?

3 Answers   Accenture,


What is the difference between a session object and cache object

2 Answers   CitiGroup, PennyWise,


What is the main difference between grid layout and flow layout?

1 Answers  


What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.

1 Answers   iFlex,






Define web.config in .net?

0 Answers  


What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?

1 Answers   Siebel,


How to remove themes from certain controls?

2 Answers  


what is roles in asp.net

2 Answers  


What are the session variables?

0 Answers  


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


Categories