Java RMI Interview questions »
By Ramakrishna on Jul 7, 2008 in rmi interview questions | 0 Comments
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 RMI architecture?
A) [...]
