What is RMI architecture?
RMI architecture consists of four layers and each layer performs specific functions:
a) Application layer - contains the actual object definition.
b) Proxy layer - consists of stub and skeleton.
c) Remote Reference layer - gets the stream of bytes from the transport layer and sends it to the proxy layer.
d) Transportation layer - responsible for handling the actual machine-to-machine communication.
Explore posts in the same categories: Java Interview Questions