期刊名称:International Journal of Engineering and Computer Science
印刷版ISSN:2319-7242
出版年度:2013
卷号:2
期号:11
页码:3136-3140
出版社:IJECS
摘要:Java Remote Method Invocation (RMI) allows programmer to execute remote methods using the same semantics as localfunctions calls. RMI is Java’s version is Remote Procedure Call (RPC). RMI internal implementation is out of client scope and only dealswith exposed interface of remote server object. The aim of RMI is to allow the programmers to invoke remote services from remote objects.The paper explains the RMI architectural layers and its mechanism. The paper deals with the working of all the layers of RMI and how theyare implemented. This paper has taken into account an example to explain the proper working of RMI