What is the difference between a thread and a process?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you want to write your own dot net language, what steps you will you take care?

522


What is a 404 redirect?

565


Which methods validate all the controls on a page?

550


What is session object? Describe in detail.

562


What are the two Layouts supported by a Web form in ASP.NET?

553






What is data caching?

555


What is asp.net used for?

599


Can we have multiple master pages in asp net?

511


what is loosely coupled solution? How it can be used?

564


What are the differences between the response.write() and response.output.write()?

535


What is the use of view state?

534


How can we apply themes to an asp.net application?

562


What do you understand from custom control?

609


What does asp.net stand for?

540


In which event of the page life cycle, is the viewstate available?

527