Answer Posted / 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 |
Post New Answer View All Answers
Can I use javascript to submit a form?
Java is fully object oriented languages or not?
Is infobus easy to use?
What is abstract schema?
Is “abc” a primitive value?
Why do threads block on i/o?
why static class in java
What is colon_pkg_prefixes and what is its use?
Why do I get a duplicate name error when loading a jar file?
What is the difference between ear, jar and war file?
Explain the different types of memory used by jvm?
What value does readline() return when it has reached the end of a file?
What is message driven beam?
What is the difference between a static and a non-static inner class?
What are the benefits of detached objects?