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
What are local interfaces? Describe.
what are the activation groupworks?
What are the different types of exception?
What classes of exceptions may be caught by a catch clause?
Is a class a subclass of itself?
Can I use javascript to submit a form?
What is synchronization and why is it important?
What is permgen or permanent generation?
Explain the different types of memory used by jvm?
Which component handles cluster communication in jboss?
What if the static modifier is removed from the signature of the main method?
What is bean? Where can it be used?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Brief description about local interfaces?
What is the immediate superclass of the applet class?