Marshalling is the process in which the data is serialized at one application domain and deserialized at the another application domain or vice versa. Types : 1. Marshal by value 2. Marshal by reference
Object can be created using Remoting in two different ways , they are : 1. SAO (Server Activated Objects) It is also called as Well-Known call mode. It is stateless. 2. CAO (Client Activated Objects) It has state.