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 class is used to create Server side object ?
What is the purpose of the notify() method?
what is handle?
What is in-memory replication?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What do you know about seam?
Can you give me a simple example of using the requiredif validator rule?
What are callback interfaces?
Why use POJO when I can use hashmap
What is Stream Tokenizer?
What is the difference between a static and a non-static inner class?
What is the relation between the infobus and rmi?
Explain the different types of memory used by jvm?
What is the infobus?
What is clustering? What are the different algorithms used for clustering?