java program
to know the date of a remote computer RMI.
Answers
Answered by
3
Answer:
When using RMI, you basically have an interface which is shared between a client and the server. Server must have an implementation and the client should not have this implementation. So there is no class loading or any sort of client-to-server logic transfer, client is totally unaware of the server interface implementation.
RMI serializes and transports method parameters, then the server logic is being executed, the result is serialized and transported back to client.
Explanation:
hope it helps you dear ❤️
Answered by
1
Answer:
hope this is helpful for you
Attachments:
Similar questions