Answer Posted / guest
Remotable objects are the objects that can be marshaled
across the application domains. You can marshal by value,
where a deep copy of the object is created and then passed
to the receiver. You can also marshal by reference, where
just a reference to an existing object is passed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference abstract class and interface in .net?
What are the new features of Framework 1.1 ?
What is cyclomatic complexity and why is it important?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain how to produce an assembly?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
How to debug failed assembly binds?
What is meant by localization?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What are the differences between an interface and an abstract class in .net?
Why do we use msmq?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What does msil do?
Explain me what is the .net framework and how does it work?
Explain the difference between garbage collections in .net 4.0 and earlier versions?