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 is the relationship between the canvas class and the graphics class?
Explain about local interfaces.
What are the benefits of detached objects?
What is the highest-level event class of the event-delegation model?
Is a class a subclass of itself?
Is the ternary operator written x : y ? Z or x ? Y : z ?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Are there books about seam?
whats is mean by tiles in struts
What is the difference between a static and a non-static inner class?
What is Stream Tokenizer?
Should synchronization primitives be used on bean methods?
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!
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?
How are the elements of a cardlayout organized?