RMI Questions - Ask RMI question online
Java RMI Questions
RMI or Remote Method Invocation is Java technology that allows the developers to write Java code that can invoke an object running in another Java Virtual Machine. RMI enables the Java programs to communicate each other over the network.
Ask the Java RMI questions online and get answers. Programmers all over the world is available to help in solving your questions on RMI technology. You can post errors and the code snippet where you are getting the errors. Our visitors will also help you solving your RMI programming problems.
RMI
- RMI uses the Java Remote Method Protocol
- RMI functionalities are provides by the classes/interfaces present in the java.rmi package
View and ask questions at http://www.roseindia.net/answers/questions/
RMI Tutorial from Roseindia website
Here is the tutorial example that explains how to develop the RMI
application in Java technology. Read the RMI tutorial at
http://www.roseindia.net/java/network/rmi-client-and-rmi-server-implementation.shtml
Read more Java network api tutorial at http://www.roseindia.net/java/network/index.shtml