Easier to Program: The remote method is invoked by its name and passing the parameters. It is natural form of programming.
Robust Type Checking: Checking is enforced by the compiler at build time.
Performs Well: A single API call is issued to the stub, which it takes it from there to invoke method in the server.
Self-Documenting: Process can be well understood by reading the code.
Flexibility: It provides a more flexible environment. It allows the addition of new classes at run time without requiring any changes to the client code. It is very useful for tools that discover the services provided at run time.
Copyright © 1996 Virginia Polytechnic Institute & State University
All Rights Reserved
Padmapriya Vasudevan
priya@csgrad.cs.vt.edu
Last modified: Sun Sep 22 21:16:15 1996