What is a process ?

Answers were Sorted based on User's Feedback



What is a process ?..

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

What is a process ?..

Answer / kavitharaveenthiran

Process is a unit of execution.

Is This Answer Correct ?    2 Yes 0 No

What is a process ?..

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

What is a process ?..

Answer / bg

It’s an application that’s running and had been allocated
memory

Is This Answer Correct ?    0 Yes 0 No

What is a process ?..

Answer / saubhagya

process is a basic unit for which operating system allocates
processor time.

Is This Answer Correct ?    0 Yes 0 No

What is a process ?..

Answer / kumar

A process is the execution of program.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

How to register a shared assembly ?

1 Answers   Digital GlobalSoft,


What are the ways to configure remoting objects before client can use them?

0 Answers  


Define proxy in .net remoting?

0 Answers  


Explain threading types?

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  






Explain Singleton design pattern of Remoting?

0 Answers   PUCIT,


What are the steps to publish an object outside the service domain

0 Answers  


How to decide which to use .net remoting or asp.net web services?

0 Answers  


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

0 Answers  


Difference between web services & remoting?

0 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


What technology enables out-of-proc communication in .NET ?

1 Answers  


Categories