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?
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 |
whats is mean by connectionpooling
What is the difference between a static and a non-static inner class?
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
To what value is a variable of the string type automatically initialized?
what is diff between Access modifier and specifier?
how can u cal servlet from java?
How many ways can a thread be used?
Explain about RMI Architecture?
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?
what is a portable component?
What are the pros and cons of detached objects?
what are the advantages of JTA over JTS?