RMI Question:
Download Questions PDF

How many types of protocol implementations does RMI have?

Answer:

RMI has at least three protocol implementations:
Java Remote Method Protocol(JRMP), Internet Inter ORB Protocol(IIOP), and Jini Extensible Remote Invocation(JERI). These are alternatives, not part of the same thing, All three are indeed layer 6 protocols for those who are still speaking OSI reference model.

Download RMI Interview Questions And Answers PDF

Previous QuestionNext Question
What is the basic principle of RMI architecture?Does RMI-IIOP support dynamic downloading of classes?