What is the difference between a stub and a skeleton?
Answer Posted / k.latha
Before you can use the client and server, you must generate
the necessary stub. You
may also need to generate a skeleton. In the context of
RMI, a stub is a Java object that
resides on the client machine. Its function is to present
the same interfaces as the
remote server. Remote method calls initiated by the client
are actually directed to the
stub. The stub works with the other parts of the RMI system
to formulate a request that
is sent to the remote machine.
| Is This Answer Correct ? | 20 Yes | 15 No |
Post New Answer View All Answers
What is prototype?
Explain about thread synchronization inside a monitor?
What is the purpose of the finally clause of a try-catch-finally statement?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What modifiers may be used with an interface declaration?
What is a class loader? What are the different class loaders used by jvm?
What is the difference between static and non-static with examples?
How to pass parameters in RMI?
Can I map more than one table in a cmp?
What is the difference between ear, jar and war file?
What classes of exceptions may be caught by a catch clause?
Will the general public have access to the infobus apis?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is JTS?
If your ui seems to freeze periodically, what might be a likely reason?