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
What is metaspace?
What is jboss?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
How a component can be placed on Windows?
What is the purpose of the wait(), notify(), and notifyall() methods?
What must a class do to implement an interface?
What is the difference between the session.get() method and the session.load() method?
What is permgen or permanent generation?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are JTA/JTS and how they used by client?
For which statements does it make sense to use a label?
What is local interface. How values will be passed?
what is a portable component?
What method is invoked to cause an object to begin executing as a separate thread?