|
|
RMI,Remote Method Invocation
|
Explain marshalling and demarshalling.
Answer
During communication between two machines through RPC or RMI, parameters are
packed into a message and then sent over the network. This packing of
parameters into a message is called marshalling. On the other side these packed
parameters are unpacked from the message which is called unmarshalling.
More RMI links
Answer - Remote interfaces are defined by extending ,an
interface........
Answer - Server side stub is refered to as a skeleton........
Answer -
RMI registry is the binder for Java RMI. An instance of RMI registry.........
|
|
|
|
|