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

What is a class loader? What are the different class loaders used by jvm?

0 Answers  


What is serialization and de-serialization ?

5 Answers  


What modifiers may be used with an interface declaration?

0 Answers  


whats is mean by jndi

1 Answers   SolutionNET,


What is ripple effect?

0 Answers  






Why JDBC has introduced

4 Answers  


how can u cal servlet from java?

7 Answers  


Which component handles cluster communication in jboss?

0 Answers  


whats is stored procedure,joins

1 Answers   Photon,


How messaging services are done, before release of JMS?

0 Answers  


What is the lifecycle of an applet?

2 Answers  


How are the elements of a cardlayout organized?

0 Answers  


Categories