What is the difference between a stub and a skeleton?
Answer Posted / vilie
*The purpose of the stub is to convert parameters into a string of bits, and message it over the network.
*The skeleton takes the message, convert it back into parameters and invokes request object in the server.
*The process of conversion can also be termed as 'marshalling' & 'unmarshalling'.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define the remote object implementation?
Which component handles cluster communication in jboss?
How to implement RMI in Java?
What does module-relative mean?
What are various types of class loaders used by jvm?
What are JTA/JTS and how they used by client?
Explain ioc concept?
What is the infobus?
What must a class do to implement an interface?
what is Activation Instantinator?
What event results from the clicking of a button?
Why do threads block on i/o?
What are the oops concept?
Can constructors be synchronized in java?
Write a singleton program?