Describe the difference between a Thread and a Process?
Answer Posted / saiish bhat
Thread is the path of execution that run on cpu.
process is a collection of threads that share the same
virtual memory.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why is global asax is used?
Define a multilingual website?
How to deploy/publish webservices?How many ways?Plz explain me
What are the different types of validation controls in asp.net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the function of new view engine in asp.net? : asp.net mvc
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Why do we use asp.net?
How dataadapter.fill works?
Why would anyone need to implement their own hashtable or linked list?
What is state management techniques in asp.net?
Why do we need master page in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What does ascx stand for?
What are the advantages of passport authentication?