DEVFYI - Developer Resource - FYI

Does RMI-IIOP support dynamic downloading of classes?

RMI Interview Questions and Answers


(Continued from previous question...)

2. Does RMI-IIOP support dynamic downloading of classes?

No, RMI-IIOP doesn't support dynamic downloading of the classes as it is done with CORBA in DII (Dynamic Interface Invocation).Actually RMI-IIOP combines the usability of Java Remote Method Invocation (RMI) with the interoperability of the Internet Inter-ORB Protocol (IIOP).So in order to attain this interoperability between RMI and CORBA,some of the features that are supported by RMI but not CORBA and vice versa are eliminated from the RMI-IIOP specification.

(Continued on next question...)

Other Interview Questions