Java RMI Tutorial
Java RMI Useful Resources
Selected Reading
- Java RMI - Database Application
- Java RMI - GUI Application
- Java RMI - RMI Application
- Java RMI - Introduction
- Java RMI - Home
Java RMI Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Java RMI - Discussion
Discuss Java RMI
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 apppcations; it provides remote communication between Java programs. It is provided in the package java.rmi.
Advertisements