What is the difference between a thread and a process?
Answer Posted / vikram
thread is a unite of execution and process is a collection of thread
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the flow of processing of the request? : asp.net mvc
What is a web server? What are the load limits in it?
How do I use a proxy server when invoking a web service?
Difference between .NET and previous version?
how to debug web services on consumer side?
What is postback in asp net?
What is an example of an application service provider?
What is the best Macanism to clear the Cache in asp.net
What is view state and how it works in asp net?
Explain how can we inherit a static variable?
Why do we use web config?
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?
Which .NET framework supports Web API?
explain code with multi inhertance
Explain server-side scripting and client-side scripting.