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
What are HTTP handlers in ASP.NET?
Explain about ASP.NET?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How can you ensure a permanent cookie?
What is Bundling and Minification in MVC?
Please briefly explain the usage of global.asax?
About CLR, reflection and assemblies?
What is ascx?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is the purpose of session management?
What is a server farm in iis?
What is enableviewstatemac in asp net?
What is asp.net master page?
Can you dynamically assign a Master Page?
What are the properties of the eventargs argument when capturing keyboard events?