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 are callback interfaces?
What is the relation between the infobus and rmi?
What’s jboss jbpm?
What is the relationship between local interfaces and container-managed relationships?
Explain ioc concept?
What is the immediate superclass of the applet class?
What is the difference between a static and a non-static inner class?
Difference between swing and awt?
whats is mean by connectionpooling
What class is used to create Server side object ?
Is a class a subclass of itself?
Explain about local interfaces.
What is ioc concept & explain it?
What is the form of storage space in java?
To what value is a variable of the string type automatically initialized?