Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
RMI stands forĀ Remote Method Invocation. It is a mechanism that allows an object residing in one system (JVM) to access/invoke an object running on another JVM. RMI is used to build distributed applications; it provides remote communication between Java programs. It is provided in the packageĀ java.rmi. You can find tutorials on these sites : https://www.tutorialspoint.com/java_rmi/java_rmi_introduction.htm Youtube tutorials : https://www.youtube.com/playlist?list=PLsyeobzWxl7p3NL3PupJMfUkoX6aabCg1 https://www.youtube.com/playlist?list=PLDD7C04F1A038FDD4 Thanks
28th May 2019, 4:08 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar