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 |
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
What invokes a thread?s run() method?
What is checkpoint? How to create checkpoints in our java projects?
Why is actionform a base class rather than an interface?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
How many ways can a thread be used?
What state does a thread enter when it terminates its processing?
What is the difference between long.class and long.type?
What is there in browser that it supports web based applications of java or any other PL?
What are the different algorithms used for clustering?
When a thread blocks on i/o, what state does it enter?
important features of java which differenciate it from c++