Answer Posted / denis
RMI architecture consists of four layers and
each layer performs specific functions:
1. Application Layer : contains the actual object definition
2. Proxy layer : consists of stub and skeleton
3.Remote Reference Layer : gets the stream of bytes from the
transperent layer and sends it to the proxy layer.
4. Transportation layer : Responsible for handling the
actual machine-to-machine communication.
| Is This Answer Correct ? | 39 Yes | 11 No |
Post New Answer View All Answers
What are the steps to write p-to-p model application?
how to use debug in my elipse to solve problems that exist in my project
What is colon_pkg_prefixes and what is its use?
Why use a datasource when you can directly specify a connection details?
Which component handles cluster communication in jboss?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the purpose of the notifyall() method?
What happens when a thread cannot acquire a lock on an object?
What is table mutation and how do you avoid it?
What is ioc concept & explain it?
Is there a guarantee of uniqueness for entity beans?
Difference between new operator and class.forname().newinstance()?
What is the difference between the session.update() method and the session.lock() method?
Which containers use a border layout as their default layout?
Why doesn’t the focus feature on the tag work in every circumstance?