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 are the different types of exception?

0 Answers  


Can we sent objects using Sockets?

0 Answers  


What are transaction attributes?

0 Answers  


Which are the different segments of memory?

0 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


What’s jboss jbpm?

0 Answers  


difference of inheritance and interface

3 Answers  


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

0 Answers   HCL,


suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?

7 Answers  


What is mdb and what is the special feature of that?

0 Answers  


What is multi-tasking? Types?

1 Answers  


how convert java file to jar files?

10 Answers   Samsung,


Categories