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 |
Define remotable objects in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
How can you debug failed assembly binds?
Which namespace is used for encryption ?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is unmanaged code and will CLR handle this kind of code or not ?
About remoting and web services. Difference between them?
What are different types of assemblies?
How do you reference to a private & shared assembly ?
Explain when we use web service and when we use remoting?
Write a example code for remoting?
what are the requirements to enable remote components to interact each other?