What is the difference between a stub and a skeleton?
Answer Posted / guest
A stub is a proxy for a remote object that runs on the
client computer. A skeleton is a proxy for a remote object
that runs on the server. Stubs forward a client's remote
method invocations (and their associated arguments) to
skeletons, which forward them on to the appropriate server
objects. Skeletons return the results of server method
invocations to clients via stubs.
| Is This Answer Correct ? | 216 Yes | 20 No |
Post New Answer View All Answers
Describe activation process?
What is a class loader? What are the different class loaders used by jvm?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What are the steps to write p-to-p model application?
Do we need to override service() method
Which containers use a border layout as their default layout?
Why use a datasource when you can directly specify a connection details?
What is the argument type of a programs main() method?
What is TL and its use?
Explain about RMI Architecture?
When a thread blocks on i/o?
whats is mean by tiles in struts
What you mean by COM and DCOM?
Java is fully object oriented languages or not?