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
What class is the top of the awt event hierarchy?
How is a java object message delivered to a non-java client?
What restrictions are placed on the values of each case of a switch statement?
Explain ioc concept?
What is the argument type of a programs main() method?
What method is invoked to cause an object to begin executing as a separate thread?
What is the difference between system.out ,system.err and system.in?
What is a class loader?
What class is used to create Server side object ?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is the difference between long.class and long.type?
Which containers use a border layout as their default layout?
Can I have an action without a form?
what is Activation Instantinator?
What are transaction attributes?