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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1361


whats is mean by tiles in struts

1619


What is local interface. How values will be passed?

554


Do I have to use jsps with my application?

581


What is scalable, portability in the view of J2EE?

1871






Why use a datasource when you can directly specify a connection details?

534


Write a program to show synchronization?

690


Which class is the immediate superclass of the menucomponent class?

627


What are the benefits of detached objects?

582


What is ioc concept?

689


What modifiers may be used with an interface declaration?

558


How database connectivity in XML is achieved?

1766


What is jboss?

571


What is the form of storage space in java?

1737


What is the difference between RMI and Corba?

2255