What are skeletons and stubs and how they are generated?

Answer Posted / amalendra

Stub is java class that knows how to interact with
skeleton. Thus client program calls the remote method on
stub and stub in-turns call the method on skeleton, again
skeleton call the method on actual remote class.
Stub reside on cleint side where as skeleton reside on
Remote.

rmic utility can be used to generate Stub and Skeleton.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What modifiers may be used with an interface declaration?

553


What is prototype?

602


Why is actionform a base class rather than an interface?

564


What is local interface. How values will be passed?

548


Is a class a subclass of itself?

586






Write a singleton program?

564


Are enterprise beans allowed to use thread.sleep()?

643


What is a policy?

1765


Define the remote object implementation?

1996


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

1712


What you mean by COM and DCOM?

609


What is synchronization and why is it important?

538


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

671


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

560


Name three component subclasses that support painting?

610