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
How primary key is implemented in Oracle?
What are transaction attributes?
What is a clone?
What is TL and its use?
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?
Why a client should be multithreading? Explain.
whats is statement and procedure
Do you think that java should have had pointers?
What is message driven beam?
Is jvm a overhead?
Can I use multiple html form elements with the same name?
what are the advantages of JTA over JTS?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
whats is mean by tiles in struts
What is the relationship between an event-listener interface and an event-adapter class?