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 is the proxy of the server object in .net remoting?
What are the information required to configure remote objects?
What are the advantage of remoting over web services?
Can you configure a .NET Remoting object via XML file?
What is unmanaged code and will CLR handle this kind of code or not ?
What is UUID and GUID what is the size of this ID ?
Which namespace is used for encryption ?
What is asynchronous programming?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is the difference between remoting and webservice?
What are the security measures exist for .net remoting in system.runtime.remoting?
What do you mean by windows authentication?