Explain what is the relationship between a Process,
Application Domain, and Application?

Answers were Sorted based on User's Feedback



Explain what is the relationship between a Process, Application Domain, and Application? ..

Answer / swapna

A process is an instance of a running application.

An application is an executable on the hard drive or
network.

There can be numerous processes of the same application but
1 process can run just 1 application

Is This Answer Correct ?    5 Yes 1 No

Explain what is the relationship between a Process, Application Domain, and Application? ..

Answer / swapna

A process is an instance of a running application.

An application is an executable on the hard drive or
network. There can be numerous processes launched of the
same application (5 copies of Word running), but 1 process
can run just 1 application.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Dot Net Remoting Interview Questions

Explain how to perform remoting?

0 Answers  


Define proxy in .net remoting?

0 Answers  


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


What are the different types of channels used by .net remoting and which is the best one?

0 Answers  


What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,


Difference between .net remoting versus distributed com?

0 Answers  


When we use web service and when we use Remoting?

2 Answers  


Give the Hierarchial description of remoting?

1 Answers   Satyam,


How can you create a strong name for a .NET assembly?

2 Answers  


How do you define the lease of the object?

1 Answers  


What is objref object in remoting?

0 Answers  


What are possible implementations of distributed applications in .NET?

2 Answers  


Categories