Lecture Notes for Client-Server Interfaces

27 March 2004 - Java RMI


Although instances of serializable classes can be sent as RMI arguments, the principle reason for making a class seralizable is to persistent instances of the class, which are usually stored on disk (perhaps in a database) in between program runs.


This page last modified on 16 April 2004.