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

Which component handles cluster communication in jboss?

0 Answers  


What is the lifecycle of an applet?

2 Answers  


what are JSP tags? what is difference between include action and directory?

0 Answers   ADP,


What is in-memory replication?

0 Answers  


For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??

1 Answers  






If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?

8 Answers   HeadStrong,


Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


What are the services in RMI ?

0 Answers  


What value does read() return when it has reached the end of a file?

0 Answers  


What is the form of storage space in java?

0 Answers  


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  


How u validate date in DD/MM/YY format. and how u validate money in ur jsp

3 Answers   Ashok Leyland, Satyam, Tech Mahindra, Tomax,


Categories