This blog is about providing theory as well as simple executable codes of different programming languages such as java, C, C++, and web programming, etc. This blog will be helpful to the IT students to learn about programming.

Showing posts with label RMI with architecture. Show all posts
Showing posts with label RMI with architecture. Show all posts

Wednesday, March 8, 2023

What is RMI? Explain With its architecture. Differentiate it with CORBA.

March 08, 2023 0
 RMI (Remote Method Invocation) is a Java API that allows distributed applications to communicate and invoke methods on remote objects. It provides a mechanism for a client to invoke methods on a remote object running on a server, as if the object were running on the client's machine. RMI is based on the Java Remote Procedure Call (RPC) mechanism.The architecture of RMI consists of the following components:Remote interface: This interface specifies the...

Slider Widget