Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

RMI - Java's Remote Method Invocation - is the foundation of buildingdistributed applications using Java. It is the Java implementation of Remote Procedure Calls (RPC), allowing one Java object (client)to invoke methods on another, remote Java object (server), relativelytransparently to the client.RMI includes support for a simple name service, allowing clients to locate instances of servers.

On completion of this module, students should be able to:

  1. Understand what RMI is and how it is used
  2. Write an RMI client and server

Main references