RMI Question:
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?

Answer:
Yes. The JDK 1.2 support the dynamic class loading.
Previous Question | Next Question |
Does RMI-IIOP support dynamic downloading of classes? | What is the role of Remote Interface in RMI? |