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
Write a program to show synchronization?
Why does the tag url-encode javascript and mailto links?
Which class is the immediate superclass of the menucomponent class?
Name three component subclasses that support painting?
which book is better for jdbc ,servlets and jsp
what is handle?
What is the difference between long.class and long.type?
What is the form of storage space in java?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the difference between system.out ,system.err and system.in?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain what is orm?
What are the design considerations while making a choice between using interface and abstract class?
Are there books about seam?
Do we need to override service() method