What is the difference between a stub and a skeleton?
Answer Posted / jummi
stup: A stub for a remote object acts as a client's local
representative or proxy for the remote object. The caller
invokes a method on the local stub which is responsible for
carrying out the method call on the remote object. In RMI,
a stub for a remote object implements the same set of
remote interfaces that a remote object implements.
When a stub's method is invoked, it does the following:
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
What is the difference between the font and fontmetrics classes?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How can I scroll through list of pages like the search results in google?
What are JTA/JTS and how they used by client?
Which container method is used to cause a container to be laid out and redisplayed?
How messaging services are done, before release of JMS?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What classes of exceptions may be caught by a catch clause?
How is a java object message delivered to a non-java client?
What is the difference between a menuitem and a checkboxmenuitem?
What are the different class loaders used by jvm?
Will the general public have access to the infobus apis?
What are the design considerations while making a choice between using interface and abstract class?
Difference between loadclass and class.forname?
Difference between hashmap and hashtable?