What is RMI architecture?

Answer Posted / janet

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 ?    155 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why a client should be multithreading? Explain.

609


What is the purpose of the notify() method?

606


Can constructors be synchronized in java?

631


What is the difference between a menuitem and a checkboxmenuitem?

597


What’s jboss cache in short?

613






What classes of exceptions may be caught by a catch clause?

563


Why are some of the class and element names counter-intuitive?

581


how do you Handle Front End Application data against DB with example?

1490


Can you control when passivation occurs?

608


Java is fully object oriented languages or not?

552


To identify IDL language what mapping mechanism is used?

3424


How would you reatach detached objects to a session when the same object has already been loaded into the session?

695


What is the highest-level event class of the event-delegation model?

582


Why do I get a duplicate name error when loading a jar file?

552


Why use POJO when I can use hashmap

2058