Java RMI Interview questions »



RMI INTERVIEW QUESTIONS AND ANSWERS Q) What is RMI? A) Remote Method Invocation (RMI) is the process of activating a method on a remotely running object. RMI offers location transparency in the sense that it gives the feel that a method is executed on a locally running object. Q) What is the basic principle of [...]