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 a modular application?
Can you control when passivation occurs?
Explain how will the struts know which action class to call when you submit a form?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Is a class a subclass of itself?
Which container method is used to cause a container to be laid out and redisplayed?
Explain ioc concept?
What is the form of storage space in java?
What modifiers may be used with an inner class that is a member of an outer class?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Should synchronization primitives be used on bean methods?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is message driven beam?
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
What method is invoked to cause an object to begin executing as a separate thread?