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 are skeletons and stubs and how they are generated?

Answers were Sorted based on User's Feedback



What are skeletons and stubs and how they are generated?..

Answer / amalendra

Stub is java class that knows how to interact with
skeleton. Thus client program calls the remote method on
stub and stub in-turns call the method on skeleton, again
skeleton call the method on actual remote class.
Stub reside on cleint side where as skeleton reside on
Remote.

rmic utility can be used to generate Stub and Skeleton.

Is This Answer Correct ?    3 Yes 0 No

What are skeletons and stubs and how they are generated?..

Answer / akshay odhekar

Stub and Skeleton are two objects created by Server.To
create these two objects we give command "rmic" then
filename_stub.class is generated.
Server then gives this stub to client.also object binding
is done and registerd in rmi registry.
When Client object wants to invoke method residing in
server.
It will look in to rmi registry for avaiblity of that oject.
If binding of that object is done by server. then Client
sends parameter to server via Stub after serializing them.
Stub communicates with skeleton and method is invoked and
result is sent back to stub.all this is marshalling and
unmarshalling.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

How is serialization used generally ?

3 Answers  


Explain RMI Architecture?

0 Answers  


function of extends and implements keywords?

2 Answers  


In a multitiered application which tier is the browser in?

10 Answers   Adobe,


How to deploy Jar, War files in J2EE?

0 Answers   HCL,


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

0 Answers   Infosys,


the same information whether it will connect to the database or it will be used previous information?

0 Answers  


what is activation monitor and what is its job?

1 Answers  


Explain ioc concept?

0 Answers  


why we use main in java?

4 Answers  


How will you pass parameters in RMI? Why do you serialize?

0 Answers  


What are the sequence of steps to write pub or sub model kind of application?

0 Answers   TCS,


Categories