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
Explain RMI Architecture?
what are the activation groupworks?
What is colon_pkg_prefixes and what is its use?
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 is a portable component?
What is the difference between ear, jar and war file?
What are the design considerations while making a choice between using interface and abstract class?
Is infobus easy to use?
Which class is the immediate superclass of the menucomponent class?
What are the diff types of exception?
what are the advantages of JTA over JTS?
Java is fully object oriented languages or not?
Can I use javascript to submit a form?
What is chat area? Explain.
Why is string immutable in java?