Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is a modular application?

1137


Can you control when passivation occurs?

1118


Explain how will the struts know which action class to call when you submit a form?

1013


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

3049


Is a class a subclass of itself?

1314


Which container method is used to cause a container to be laid out and redisplayed?

1187


Explain ioc concept?

1195


What is the form of storage space in java?

2299


What modifiers may be used with an inner class that is a member of an outer class?

1117


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!

1886


Should synchronization primitives be used on bean methods?

1111


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

1104


What is message driven beam?

1120


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

2270


What method is invoked to cause an object to begin executing as a separate thread?

1094