Explain the stub's and skeleton's functionality?

Answers were Sorted based on User's Feedback



Explain the stub's and skeleton's functionality?..

Answer / anonymous

Assume, there are two real persons.
Jayan - He provides some calculation services to people.
He lives in WebLogic Server.

When some one want to ask him to do calculations, they
should connect to WebLogic Server.
When jayan is being called by some one, the weblogic server
creates his Duplicate-1 in the calling people's Computer.
this is stub.
In the Weblogic also there is Dup-2 created. this is
skeleton.
Actually the stub asks the server to make jayan perform the
calculation.
But in reality, the Dup2 carries this request to Jayan. So
the other guy cannot DIRECTLY talk to jayan. All messages
will be intercepted by Dup1.
Jayan takes messages from Dup1 and perform the task.

Is This Answer Correct ?    8 Yes 5 No

Explain the stub's and skeleton's functionality?..

Answer / janu

Stub-Its a Client side activity.This Functionality is
Marshalling and Unmarshalling.
Skeleton-Its a Server Side Activity.Its Response for the
Client's Purpose.

Is This Answer Correct ?    2 Yes 0 No

Explain the stub's and skeleton's functionality?..

Answer / anonymous

Mistake----
"""All messages will be intercepted by Dup1.
Jayan takes messages from Dup1 and perform the task"""

Should read as --- Dup2---

Is This Answer Correct ?    2 Yes 2 No

Explain the stub's and skeleton's functionality?..

Answer / deepika

stub in client generally marshalls the data and sends to skeleton in server where deMarshalling takes place

Is This Answer Correct ?    2 Yes 2 No

Explain the stub's and skeleton's functionality?..

Answer / prabhu

wat dup1 and dup 2 stands for?and is it kind of an object?

Is This Answer Correct ?    1 Yes 2 No

Explain the stub's and skeleton's functionality?..

Answer / ankit sharma

hello i am working on my Mtech project of remote event
notification and monitering in JAVA
can anyonw plz help regaring ang any book or any study material
thanks in advance

mail me at ankit.success@gmail.com

Is This Answer Correct ?    0 Yes 2 No

Explain the stub's and skeleton's functionality?..

Answer / anonymous

If you have doubts post here,Iwill reply.

Is This Answer Correct ?    0 Yes 11 No

Post New Answer

More Advanced Java Interview Questions

Why threads will block on I/O?

2 Answers  


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


What is the relation between the infobus and rmi?

0 Answers  


Can a thread be a member of another thread?

2 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,






What is an abstract method?

0 Answers  


life cycle of an applet?

3 Answers  


how convert java file to jar files?

10 Answers   Samsung,


What is bean? Where can it be used?

0 Answers  


What are the JSP implicit objects ?

1 Answers   eMids,


What is Stream Tokenizer?

0 Answers   TCS,


Which javutil classes and interfaces support event handling?

0 Answers  


Categories