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


Please Help Members By Posting Answers For Below Questions

Can you control when passivation occurs?

606


What is a tasks priority and how is it used in scheduling?

558


What are the benefits of detached objects?

597


Where can I ask questions and make suggestions about seam?

605


we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?

1932






What are various types of class loaders used by jvm?

504


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!

1374


How would you create a button with rounded edges?

566


What is the difference between the ‘font’ and ‘fontmetrics’ class?

651


Name three subclasses of the component class?

625


Why does the tag url-encode javascript and mailto links?

593


What do you mean by Socket Programming?

561


What is the difference between the font and fontmetrics classes?

576


Do you think that java should have had pointers?

610


What is a sessionfactory? Is it a thread-safe object?

692