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 in-memory replication?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is the difference between the session.get() method and the session.load() method?
What are the design considerations while making a choice between using interface and abstract class?
What is the difference between ear, jar and war file?
Can I have an action without a form?
Do you think that java should have had pointers?
Can I map more than one table in a cmp?
How can I avoid validating a form before data is entered?
What is metaspace?
What is the map interface?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
the same information whether it will connect to the database or it will be used previous information?
What is a class loader?
What are the steps to write p-to-p model application?