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 Stream Tokenizer?
Can you write Java code for declaration of multiple inheritance in Java ?
How to do registration form using struts and hibernate?
What is checkpoint? How to create checkpoints in our java projects?
Why do threads block on i/o?
Have you used threads in Servelet?
Name the method to find, if a thread is active or not?
Explain the advantages and disadvantages of detached objects.
Why use a datasource when you can directly specify a connection details?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Difference between hashmap and hashtable?
What is runnable?