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
How can you display all validation messages in one control?
What is the behavior of a Web browser when it receives an invalid element?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are the new features implemented in ASP.NET?
What is difference between web config and global asax?
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 the purpose of url encoding?
How can we apply themes to an asp.net application?
How can we prepairing Interview
Mention the execution process for managed code?
What does the .webpart file do?
What is application variable?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What are the different types of sessions in asp.net? Name them?
What is ipostback?