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
Will the general public have access to the infobus apis?
How a component can be placed on Windows?
Why use POJO when I can use hashmap
Do I need to import javlang package any time? Why ?
What are the services in RMI ?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are the different methods of identifying an object?
What is a policy?
What are local interfaces? Describe.
Can I map more than one table in a cmp?
how do you Handle Front End Application data against DB with example?
What is the purpose of the notify() method?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is a modular application? What does module-relative mean?
How can I scroll through list of pages like the search results in google?