What is the main functionality of RRL(Remote Reference
Layer)?
Answers were Sorted based on User's Feedback
Answer / janu
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 ? | 16 Yes | 1 No |
Answer / kartik
The remote reference layer, which is the middleware between
the stub/skeleton layer and the underlying transport
protocol. This layer handles the creation and management of
remote object references.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
How to synchronize jsp page?
Where can I find seam examples and documentation?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
What is the difference between the session.update() method and the session.lock() method?
Describe, in general, how java's garbage collector works?
What are the advanatages of RMI ?
What is the difference between RMI and Corba?
What is UniCastRemoteObject and what is its use in RMI?
Tell me about Firewalls in RMI?
What are the purpose of introspection?
How do you iterate in Hashmap?
Why doesn’t the focus feature on the tag work in every circumstance?