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

Is the infobus client side only?

623


What is permgen or permanent generation?

599


What is the difference between the ‘font’ and ‘fontmetrics’ class?

651


Which class is the immediate superclass of the menucomponent class?

644


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

579






What are the types of scaling?

565


What are JTA/JTS and how they used by client?

1723


What if the static modifier is removed from the signature of the main method?

717


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

554


Describe responsibilities of Activator?

1685


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

560


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

3469


How are the elements of a borderlayout organized?

611


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

578


Why does the option tag render selected=selected instead of just selected?

686