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 |
Is the session factory thread safe?
What event results from the clicking of a button?
What is the purpose of the wait(), notify(), and notifyall() methods?
What are the different approaches to represent an inheritance hierarchy?
Name the eight primitive java types.
What are the different class loaders used by jvm?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is table mutation and how do you avoid it?
What is local interface. How values will be passed?
What are the steps involved in developing an RMI object?