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
Why use POJO when I can use hashmap
What class is the top of the awt event hierarchy?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Explain phantom read?
What is Stream Tokenizer?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Do we need to override service() method
What is glasgow?
Can you give me a simple example of using the requiredif validator rule?
What are the purpose of introspection?
What is colon_pkg_prefixes and what is its use?
What is permgen or permanent generation?
What is the map interface?
Which javutil classes and interfaces support event handling?
How will you pass parameters in RMI? Why do you serialize?