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 the session factory thread safe?

0 Answers  


What event results from the clicking of a button?

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods?

0 Answers  


What are the different approaches to represent an inheritance hierarchy?

0 Answers  


Name the eight primitive java types.

0 Answers  


What are the different class loaders used by jvm?

0 Answers  


Is it possible to stop the execution of a method before completion in a sessionbean?

0 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

0 Answers  


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


What is table mutation and how do you avoid it?

0 Answers  


What is local interface. How values will be passed?

0 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


Categories