Business Studies, asked by rohansm3516, 1 year ago

Explain RMI Architecture with suitable diagram.

Answers

Answered by Anonymous
0

Answer:

✔✔ The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM. The RMI provides remote communication between the applications using two objects stub and skeleton. ✔✔

Answered by Anonymous
0
The following diagram shows the architecture of an RMI application. Let us now discuss the components of this architecture. Transport Layer − This layer connects the client and the server. RRL(Remote Reference Layer) − It is the layer which manages the references made by the client to the remote object.

Attachments:
Similar questions