+1 vote
in JAVA by

What is RMI architecture in Java?

1 Answer

0 votes
by
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.

Related questions

+1 vote
asked May 13, 2021 in JAVA by rajeshsharma
+1 vote
asked Jul 27, 2021 in JAVA by SakshiSharma
...