RMI Question:
Download Questions PDF

What is the basic principle of RMI architecture?

RMI Interview Question
RMI Interview Question

Answer:

The RMI architecture is based on one important principle: the definition of behavior and the implementation of that behavior are separate concepts. RMI allows the code that defines the behavior and the code that implements the behavior to remain separate and to run on separate JVMs.

Download RMI Interview Questions And Answers PDF

Previous QuestionNext Question
What are the layers of RMI Architecture?How many types of protocol implementations does RMI have?