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
Where code pages are used?
What is viewstate parameter?
Can you set which type of comparison you want to perform by the comparevalidator control?
what is command line compiler.what are the steps and how it is related to debugging.
Whats the difference between abstract factory pattern and factory pattern?
How do you design a website with multilingual support in ASP.NET ?
What is session object? Describe in detail.
How to make paging concepts in datagrid in ASP.NET?
How many types of session in ASP.NET
Is session server side or client side?
What are standard controls?
in which protocol ASP.NET WEB API Work?
what are the security certificates used in webservices?
If you are using components in your application, how can you handle exceptions raised in a component?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.