Java Networking - Sockets and RMI Question:

What is RMI?

Tweet Share WhatsApp

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 PDF Read All 10 Java Networking - Sockets and RMI Questions
Previous QuestionNext Question
What does RMI stand for?What is the difference between the File and RandomAccessFile classes?