InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Rmi And How It Is Useful? |
|
Answer» RMI is a REMOTE method invocation. Using RMI, you can work with remote object. The FUNCTION calls are as though you are invoking a local variable. So it gives you a impression that you are WORKING really with a object that resides within your own JVM though it is somewhere. RMI is a remote method invocation. Using RMI, you can work with remote object. The function calls are as though you are invoking a local variable. So it gives you a impression that you are working really with a object that resides within your own JVM though it is somewhere. |
|