What is the difference between a stub and a skeleton?
Answer Posted / sakshi jain
Stub: Stub is a client side proxy.
Skeleton: Skeleton is server side proxy.
The functionality of stub and skeleton is Marshalling and Demarshalling.
Marshalling : It is a process of converting the java data into byte stream.
Demarshalling: It is a process of converting the byte stream into java objects
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How will you pass parameters in RMI? Why do you serialize?
What is a modular application? What does module-relative mean?
what is meant by JRMP?
If your ui seems to freeze periodically, what might be a likely reason?
What is metaspace?
Java is fully object oriented languages or not?
What is threadfactory?
What’s jboss jbpm?
What you mean by COM and DCOM?
What are the call back methods in entity bean?
Can I map more than one table in a cmp?
To what value is a variable of the string type automatically initialized?
Why a component architecture for the java platform?
What is the difference between a menuitem and a checkboxmenuitem?
What is the relationship between the canvas class and the graphics class?