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 value does readline() return when it has reached the end of a file?
What is a tasks priority and how is it used in scheduling?
What is the infobus?
Brief description about local interfaces?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What state does a thread enter when it terminates its processing?
What is an abstract method?
Explain the advantages and disadvantages of detached objects.
What is the difference between a static and a non-static inner class?
difference between ejb,struts,hibernate,spring and jsp
What is the difference between static and non-static with examples?
What does module-relative mean?
Is “abc” a primitive value?
What do you need to set-up a cluster with jboss?
What is the difference between a menuitem and a checkboxmenuitem?