Copyright (c) Qusay H. Mahmoud
59
CORBA vs. RMI
lCORBA interfaces  defined in IDL, RMI interfaces are defined in Java
lCORBA is language-independent, RMI is not
lCORBA objects are not garbage collected, RMI objects are garbage collected automatically. lRMI does not support “out” and “inout” operations since local objects passed by copy, remote objects passed by reference to stub
lRMI-IIOP
l
l
l