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
What are the call back methods in entity bean?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is the difference between static and non-static with examples?
What is a modular application?
Have you used threads in Servelet?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What are the different methods of identifying an object?
How to pass parameters in RMI?
Do you think that java should have had pointers?
What is threadfactory?
What is a session? Can you share a session object between different theads?
what is handle?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is glasgow?
What is the purpose of the wait(), notify(), and notifyall() methods?