RMI Question:
Download Questions PDF

Does RMI-IIOP support dynamic downloading of classes?

RMI Interview Question
RMI Interview Question

Answer:

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.

Download RMI Interview Questions And Answers PDF

Previous QuestionNext Question
How many types of protocol implementations does RMI have?Does RMI-IIOP support code downloading for Java objects sent by value across an IIOP connection in the same way as RMI does across a JRMP connection?