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

How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  


What is a formatter in .net remoting?

0 Answers  


write a example for remoting (code)

2 Answers   Mind Tree,


Define a process?

0 Answers  


How do you directly call a native function exported from a DLL?

2 Answers  






Define singlecall activation mode in .net remoting?

0 Answers  


How do you define the lease of the object?

1 Answers  


Can you have two files with the same file name in GAC?

2 Answers  


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

0 Answers  


Define delegates and events?

0 Answers  


What is unboxing?

0 Answers  


Explain the hierarchial description of remoting?

0 Answers  


Categories