What is RMI architecture?

Answers were Sorted based on User's Feedback



What is RMI architecture?..

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

Post New Answer

More Advanced Java Interview Questions

What is the diffrence between a local-tx-datasource and a xa-datasource?

0 Answers  


Explain about local interfaces.

0 Answers  


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,


How to do registration form using struts and hibernate?

1 Answers  


what is disadvantage of thread?

3 Answers   HCL,






the same information whether it will connect to the database or it will be used previous information?

0 Answers  


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

0 Answers  


What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

0 Answers  


What is runnable?

2 Answers  


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


difference between applicationserver and webserver

2 Answers   SolutionNET,


What is a modular application?

0 Answers  


Categories