Java Networking - Sockets and RMI Question:

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.


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