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
Do I need to import javlang package any time? Why ?
What is the highest-level event class of the event-delegation model?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
what is meant by JRMP?
which book is better for jdbc ,servlets and jsp
Do we need to override service() method
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is a class loader?
Why a component architecture for the java platform?
What is metaspace?
Explain what is synchronization?
What is the RMI and Socket?
Where can I find seam examples and documentation?
Explain what is orm?
If your ui seems to freeze periodically, what might be a likely reason?