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


Please Help Members By Posting Answers For Below Questions

What restrictions are placed on the location of a package statement within a source code file?

603


What value does read() return when it has reached the end of a file?

533


Explain the different types of memory used by jvm?

596


Explain how will the struts know which action class to call when you submit a form?

510


Can we sent objects using Sockets?

632






What is the difference between long.class and long.type?

546


When is the best time to validate input?

591


Can I run seam with jdk 1.4 and earlier?

544


What is the purpose of the wait(), notify(), and notifyall() methods?

554


What is prototype?

594


Can I map more than one table in a cmp?

582


What is a session? Can you share a session object between different theads?

544


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

1089


What is Stream Tokenizer?

1720


What are the benefits of detached objects?

573