Java
Programming and Technical
What is the functionability stubs and
skeletons?
Read Solution (Total 1)
-
- 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 - 6 years agoHelpfull: Yes(0) No(0)
Java Other Question