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 |
Explain what is orm?
How two threads will communicate with each other?
What are the high-level thread states?
Difference between swing and awt?
What are the types of scaling?
wahts is mean by dynavalidatorform in struts/
important features of java which differenciate it from c++
What is a tasks priority and how is it used in scheduling?
What is there in browser that it supports web based applications of java or any other PL?
whats is mean by class.forName() whats the return type of class
What is the difference between java class and bean?
Why are my checkboxes not being set from on to off?