What is the difference between a stub and a skeleton?

Answer Posted / jummi

stup: A stub for a remote object acts as a client's local
representative or proxy for the remote object. The caller
invokes a method on the local stub which is responsible for
carrying out the method call on the remote object. In RMI,
a stub for a remote object implements the same set of
remote interfaces that a remote object implements.
When a stub's method is invoked, it does the following:

Is This Answer Correct ?    7 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to pass parameters in RMI?

1688


Can I use multiple html form elements with the same name?

578


What is a modular application? What does module-relative mean?

538


How substring() method of string class create memory leaks?

550


whats is mean by tiles in struts

1619






Describe, in general, how java's garbage collector works?

536


Can we sent objects using Sockets?

644


Describe activation process?

2062


What happens when a thread cannot acquire a lock on an object?

535


What class is the top of the awt event hierarchy?

576


Which textcomponent method is used to set a textcomponent to the read-only state?

630


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

562


What is a policy?

1768


What does module-relative mean?

573


Where can I find seam examples and documentation?

564