What is RMI and steps involved in developing an RMI object?
Answers
Answered by
0
The communication between client and server is handled by using two intermediate objects: Stub object (on client side) and Skeleton object (on server side).
Stub Object
The stub object on the client machine builds an information block and sends this information to the server. The block consists of
An identifier of the remote object to be used
Method name which is to be invoked
Parameters to the remote JVM
Similar questions
Business Studies,
6 months ago
Math,
6 months ago
Science,
6 months ago
Social Sciences,
1 year ago
Biology,
1 year ago
Math,
1 year ago