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
What is a tasks priority and how is it used in scheduling?
Why does the tag url-encode javascript and mailto links?
What you mean by COM and DCOM?
What is the purpose of the wait() method?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is the difference between the string and stringbuffer classes?
What is the relationship between an event-listener interface and an event-adapter class?
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.
Describe activation process?
Explain RMI Architecture?
Which javutil classes and interfaces support event handling?
what are memory considerations of jsp compares to other web components?
How can I avoid validating a form before data is entered?
What are the purpose of introspection?
Can constructors be synchronized in java?