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 |
Which containers use a border layout as their default layout?
whats is mean by object and class?
What is aop(assepct oriented programing)?
what is domain,give me some brief information about that?
java is fully object oriented languages or not? why?
What is RRL?
What is bean? Where can it be used?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
does j2ee means advanced java
What is the difference between Process and Threads?
Is jvm a overhead?
How many ways can a thread be used?