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

What is Stream Tokenizer?

1722


What is the difference between the session.get() method and the session.load() method?

591


Why does the tag url-encode javascript and mailto links?

573


Can I use javascript to submit a form?

602


What restrictions are placed on the values of each case of a switch statement?

526






What is JTS?

1855


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

528


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

3437


Why do I get a duplicate name error when loading a jar file?

538


What is ripple effect?

627


What is the form of storage space in java?

1729


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.

1740


what are RemoteObjects?

2247


What is difference between object state and behavior?

569


Name the class that is used to bind the server object with RMI Registry?

1686