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
What is the difference between web application and enterprise application?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What are data types in .NET?
What is .net assembly?
Why do we use msmq?
What is managed code execution?
Example from .net. Integer & struct are value types or reference types in .net?
How do you generate a strong name?
Different between .net & j2ee ?
Do you know what is .net standard?
Explain what do the terms “boxing” and “unboxing” mean?
Explain me how does linq work?
Explain how to manage pagination in a page using .net?
What is the purpose of enumerable class in .net?
Explain the different parts of an assembly?