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 |
What is a layout manager?
Why do threads block on i/o?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Name the method to find, if a thread is active or not?
What is the difference between a static and a non-static inner class?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
What is RRL?
how convert java file to jar files?
What is the RMI and Socket?
Difference between hashmap and hashtable?
How has the sandbox changed with Java 2?
Do I have to use jsps with my application?