What is a process ?
Answers were Sorted based on User's Feedback
Answer / anil kumar mudajja
Process is set of task of an running application or an
application itself, getting executed on a OS for which
memory is allocated by OS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tdotnet
Processes are independent execution units that contain
their own state information, use their own address spaces,
and only interact with each other via interprocess
communication mechanisms (generally managed by the
operating system).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bg
It’s an application that’s running and had been allocated
memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saubhagya
process is a basic unit for which operating system allocates
processor time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the situations you will use singleton architecture in remoting ?
What are dynamic assemblies?
Define the lease of the object?
What is the difference between private and shared assembly?
What are the threading types?
Difference between web services & remoting?
Explain when we use web service and when we use remoting?
What?s a proxy of the server object in .NET Remoting?
Explain the hierarchial description of remoting?
When do we use delegates in your remoting applications?
How do you register a .NET assembly?
What is ODP.NET?