What is the main functionality of RRL(Remote Reference
Layer)?
Answer Posted / 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 |
Post New Answer View All Answers
How can I avoid validating a form before data is entered?
What is the difference between java class and bean?
How are the elements of a cardlayout organized?
What is a modular application?
Which component handles cluster communication in jboss?
Difference between loadclass and class.forname?
Name three subclasses of the component class?
What are the call back methods in entity bean?
What is the relation between the infobus and rmi?
Name the eight primitive java types.
What is the purpose of the notifyall() method?
Which textcomponent method is used to set a textcomponent to the read-only state?
Do I need to import javlang package any time? Why ?
What is in-memory replication?
Is the ternary operator written x : y ? Z or x ? Y : z ?