What is RMI architecture?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain the advantages and disadvantages of detached objects.
Which javutil classes and interfaces support event handling?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
What is RMI architecture?
What are the different approaches to represent an inheritance hierarchy?
how i secure my site with the https protocol.what are the steps?
What is a session? Can you share a session object between different theads?
Difference Between getRequest and PostRequest?
what are RemoteObjects?
What is local interface. How values will be passed?
What are the types of data passing mechanisams under JMS specification?
Are there books about seam?