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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the form of storage space in java?

2302


What is ioc concept?

1268


What restrictions are placed on the values of each case of a switch statement?

1062


Define the remote object implementation?

2570


Difference between loadclass and class.forname?

1099


Difference between DurableSubscription and non- DurableSubscription?

2238


what are RemoteObjects?

2792


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

1210


What is aop(assepct oriented programing)?

1121


what is the use of State Factories?

2449


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

2143


Can you control when passivation occurs?

1123


What is a modular application? What does module-relative mean?

1123


What is the difference between system.out ,system.err and system.in?

1164


Define aop(assepct oriented programing)?

1251