What is the difference between a stub and a skeleton?
Answer Posted / devarathnam c,kotagudibanda(po
Hi...
STUB: Stub is a client side proxy,the purpose of stub is
marshalling the data.
Marshalling: It is the process of converting the java code
(source code) into network oriented stream(bit-blobs stream)
SKELETON: Skeleton is a server side proxy,the purpose of
skeleton is converting the network oriented stream into
java program(human readable formate)
To generate stubs and skeletons we can use "rmic" tool in
JDK.
| Is This Answer Correct ? | 114 Yes | 29 No |
Post New Answer View All Answers
How would you create a button with rounded edges?
what is handle?
What do you mean by Socket Programming?
What is difference between object state and behavior?
Which container method is used to cause a container to be laid out and redisplayed?
What are the different approaches to represent an inheritance hierarchy?
difference between ejb,struts,hibernate,spring and jsp
Why does the tag url-encode javascript and mailto links?
What’s jboss jbpm?
What is the relationship between the canvas class and the graphics class?
What modifiers may be used with an inner class that is a member of an outer class?
whats is statement and procedure
Explain how will the struts know which action class to call when you submit a form?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is a session? Can you share a session object between different theads?