What?s typical about a Windows process in regards to memory
allocation?



What?s typical about a Windows process in regards to memory allocation?..

Answer / swapna

Each process is allocated its own block of available RAM
space, no process can access another process code or data.

If the process crashes, it dies alone without taking the
entire OS or a bunch of other applications down.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What are the different types of channels used by .net remoting?

0 Answers  


How to register a shared assembly ?

1 Answers   Digital GlobalSoft,


What do you mean by passport authentication?

0 Answers  


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

0 Answers  


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

2 Answers  






What are the security features in .net remoting?

0 Answers  


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


What are the remotable objects in .net remoting?

0 Answers  


What are different types of assemblies?

0 Answers  


What are static assemblies and dynamic assemlies. Differences between them ?

2 Answers   TCS,


Categories