This blog contains common JAVA interview questions asked by different organizations.
For more such interview questions, please visit our website Interview Helper........
Saturday, March 14, 2009
Does RMI-IIOP support code downloading for Java objects sent by value
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? (RMI)
Answer :Yes. The JDK 1.2 support the dynamic class loading.
0 comments:
Post a Comment