1.

What Are The Different Terms That Are Used In Rmi?

Answer»

There are different terms that are used in RMI that helps in calling the remote servers and allow an easy to use terminology to be created:

  • Remote object: It is an object that is provided on another computer to request the object by sending a message to the object to the remote servers.
  • Server object: It is an object of the server side that receive the request and respond to the request of the client in SUCCESS or failure.
  • rmiregistry: It is the registry that keeps the look ups of all the objects in a LIST by given name. This registry consists the list of all the COMPONENTS that are given in it.
  • RMICIt is a compiler for RMI object.

After creating the object the compiler compiles the object and it will generate the actual code that is to be transferred to the client side.

There are different terms that are used in RMI that helps in calling the remote servers and allow an easy to use terminology to be created:

After creating the object the compiler compiles the object and it will generate the actual code that is to be transferred to the client side.



Discussion

No Comment Found