What is the main functionality of RRL(Remote Reference
Layer)?

Answers were Sorted based on User's Feedback



What is the main functionality of RRL(Remote Reference Layer)?..

Answer / janu

RRL is a Part of Java's Remote Method Invocation(RMI)
protocol. RRL exists in both the RMI client and server. It
is used by the stub or skeleton protocol layer and uses the
transport layer. RRL is reponsible for transport-
independent functioning of RMI, such as connection
management or unicast/ multicast object invocation.

Is This Answer Correct ?    16 Yes 1 No

What is the main functionality of RRL(Remote Reference Layer)?..

Answer / kartik

The remote reference layer, which is the middleware between
the stub/skeleton layer and the underlying transport
protocol. This layer handles the creation and management of
remote object references.

Is This Answer Correct ?    4 Yes 2 No

What is the main functionality of RRL(Remote Reference Layer)?..

Answer / vikash

RRL is a Part of Java's Remote Method Invocation(RMI)
protocol. RRL exists in both the RMI client and server. It
is used by the stub or skeleton protocol layer and uses the
transport layer. RRL is reponsible for transport-
independent functioning of RMI, such as connection
management or unicast/ multicast object invocation

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

Is 'synchronised' a modifier?

2 Answers   NIIT,


Can I have an action without a form?

1 Answers  


What are local interfaces? Describe.

1 Answers  


What is the difference between static and non-static with examples?

1 Answers   HCL,


What are the difference between RMI and CORBA?

1 Answers  


Dear freinds... I want to know how to write self mapping for a table using hibernate?

1 Answers   Cap Gemini,


Why won’t the jvm terminate when I close all the application windows?

1 Answers  


What is JasperReports?

2 Answers  


Difference between loadclass and class.forname?

1 Answers  


diff between jsp include directive and jsp action include?

2 Answers   SolutionNET,


Is the infobus client side only?

1 Answers  


What is difference RMI registry and OSAgent?

1 Answers  


Categories