Answer Posted / obakeng
RMI architecture is a structure that is used to to control
the flow of the data exchange communicated between the
server and the client. And it consists of three layers
being;
1. Stub/skeleton- listen to remote calls made by the client
and forward them to the remote RMI services in the server.
2. Remote Reference Layer- manages and interprets
references made by the client to remote object on a server.
3. Transport Layer- this is the link between the RRL
(remote reference layer) on the server-side and the RRL on
the client-side.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to determine SGA site?
Why does the option tag render selected=selected instead of just selected?
Difference between swing and awt?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Define aop(assepct oriented programing)?
Name three subclasses of the component class?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the relationship between local interfaces and container-managed relationships?
What are local interfaces? Describe.
Why are component architectures useful?
whats is mean by tiles in struts
What do you know about seam?
What do you mean by Socket Programming?
what are getters and setters in Java with examples?
Why are some of the class and element names counter-intuitive?