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
What is the purpose of using MVC programming pattern in ASP.NET?
What are different methods of session maintenance in asp.net?
Is it possible to write code in many languages in one asp.net project?
Elaborate differentiation between Cache and Application?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are the asp.net server side objects?
Explain significance of routing? : asp.net mvc
Why SessionID changes in every request in asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How many languages are supported by .NET at present time?
What is app_code folder in asp net?
How can we prepairing Interview
Why we use asp.net for website development?
What are the layouts of ASP.NET Pages?
Which is better php or asp.net?