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

What is the difference between java class and bean?

772


What is colon_pkg_prefixes and what is its use?

2187


Will the general public have access to the infobus apis?

756


What are the call back methods in entity bean?

769


What is the difference between the ‘font’ and ‘fontmetrics’ class?

836


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!

1586


what are the advantages of JTA over JTS?

1894


What is the relation between the infobus and rmi?

754


How to pass parameters in RMI?

1942


Where we can write Rmi registry in the code, without having to write it at the command prompt?

2495


What are the design considerations while making a choice between using interface and abstract class?

745


Are enterprise beans allowed to use thread.sleep()?

875


What must a class do to implement an interface?

754


Can you give me a simple example of using the requiredif validator rule?

841


What is synchronization and why is it important?

730