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
What is the difference between the session.update() method and the session.lock() method?
wahts is mean by dynavalidatorform in struts/
What are the design considerations while making a choice between using interface and abstract class?
What are various types of class loaders used by jvm?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Explain what is synchronization?
Define aop(assepct oriented programing)?
What are the oops concept?
Name three component subclasses that support painting?
What is clustering? What are the different algorithms used for clustering?
What value does read() return when it has reached the end of a file?
What is the difference between java class and bean?
what is handle?
What are the steps to write p-to-p model application?
What is prototype?