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
Explain Optimization technique description?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is difference between viewstate and session in asp net?
Explain server control extensibility with reference to asp.net 2.0 ?
What is the displayafter property in updateprogress control?
What are type/key pairs in client script registration?
Can any body provide me the sample web application in asp.net
What is Web API Routing?
How can we call webservices in Banking Applications? and where we are using it?
What does passport and windows authentication mean in ASP.NET?
Is there any property names “isnavigating”?
Explain in what order a destructors is called.
Explain how to prepare culture-specific formatting in .net.
what is the difference between response.write() and response.output.write()?
What are sharepoint pages?