Answer Posted / janet
RMI architecture consists of four layers and each layer
performs specific functions:
1. Application Layer : contains the actual object definition
2. Proxy layer : consists of stub and skeleton
3.Remote Reference Layer : gets the stream of bytes from the
transperent layer and sends it to the proxy layer.
4. Transportation layer : Responsible for handling the
actual machine-to-machine communication.
| Is This Answer Correct ? | 155 Yes | 25 No |
Post New Answer View All Answers
Which component handles cluster communication in jboss?
For which statements does it make sense to use a label?
What must a class do to implement an interface?
what is handle?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Which class is the immediate superclass of the menucomponent class?
Difference between swing and awt?
What are transaction attributes?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
what are memory considerations of jsp compares to other web components?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between ear, jar and war file?
Is it possible to stop the execution of a method before completion in a sessionbean?
What are the benefits of detached objects?
Is there a guarantee of uniqueness for entity beans?