What is the main functionality of RRL(Remote Reference
Layer)?
Answer Posted / kartik
The remote reference layer, which is the middleware between
the stub/skeleton layer and the underlying transport
protocol. This layer handles the creation and management of
remote object references.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which containers use a border layout as their default layout?
How can I avoid validating a form before data is entered?
Describe responsibilities of Activator?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
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 is the map interface?
What you mean by COM and DCOM?
what is a non-repeatable read?
What is the highest-level event class of the event-delegation model?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is a sessionfactory? Is it a thread-safe object?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Can you control when passivation occurs?
What do you know about seam?
Why use POJO when I can use hashmap