In RMI, inorder to sent the stub reference to the client,
is we have to load the server object first into the memory
or can we directly sent reference to the client?



In RMI, inorder to sent the stub reference to the client, is we have to load the server object fir..

Answer / Amol Kumar

To send the stub reference to the client in RMI, it's required to first load the server object into memory. This is because the client needs a copy of the server-side object's stub (a proxy object that allows clients to interact with remote objects) before it can communicate with the server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

whats is mean by connectionpooling

2 Answers   SolutionNET,


What is the difference between a static and a non-static inner class?

1 Answers  


What is RMI Registry?

6 Answers   Siemens, United Software Solutions,


To what value is a variable of the string type automatically initialized?

1 Answers  


what is diff between Access modifier and specifier?

5 Answers   L&T,


how can u cal servlet from java?

7 Answers  


How many ways can a thread be used?

4 Answers   Sun Microsystems,


Explain about RMI Architecture?

1 Answers  


suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?

7 Answers  


what is a portable component?

1 Answers  


What are the pros and cons of detached objects?

1 Answers  


what are the advantages of JTA over JTS?

1 Answers  


Categories