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
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What are various types of class loaders used by jvm?
what are the advantages of JTA over JTS?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Do you think that java should have had pointers?
Can I use multiple html form elements with the same name?
How many times may an objects finalize() method be invoked by the garbage collector?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the design considerations while making a choice between using interface and abstract class?
Java is fully object oriented languages or not?
Which javutil classes and interfaces support event handling?
What does module-relative mean?
What is the difference between RMI registry and OS Agent?
Describe, in general, how java's garbage collector works?
What must a class do to implement an interface?