adspace
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
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category