Java Networking - Sockets and RMI Question:
Download Questions PDF

What is RMI?

Java Networking - Sockets and RMI Interview Question
Java Networking - Sockets and RMI Interview Question

Answer:

RMI is a set of APIs that allows to build distributed applications. RMI uses interfaces to define remote objects to turn local method invocations into remote method invocations.

Download Java Networking - Sockets and RMI Interview Questions And Answers PDF

Previous QuestionNext Question
What does RMI stand for?What is the difference between the File and RandomAccessFile classes?