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
What is the difference between java class and bean?
What is colon_pkg_prefixes and what is its use?
Will the general public have access to the infobus apis?
What are the call back methods in entity bean?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
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!
what are the advantages of JTA over JTS?
What is the relation between the infobus and rmi?
How to pass parameters in RMI?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the design considerations while making a choice between using interface and abstract class?
Are enterprise beans allowed to use thread.sleep()?
What must a class do to implement an interface?
Can you give me a simple example of using the requiredif validator rule?
What is synchronization and why is it important?