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
How is a java object message delivered to a non-java client?
What is the difference between RMI and Corba?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Why a component architecture for the java platform?
Why are some of the class and element names counter-intuitive?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is a modular application? What does module-relative mean?
What is TL and its use?
What are the sequence of steps to write pub or sub model kind of application?
What is a clone?
What if the static modifier is removed from the signature of the main method?
How a component can be placed on Windows?
Explain what is orm?
What is the difference between java class and bean?
Why a client should be multithreading? Explain.