Java Programming and Technical Programming Definition

Q. What is RMI architecture?

A. 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.

Read Solution (Total 0)

Java Other Question

Q. What is URL?

A. URL stands for Uniform Resource Locator and it points to resource files on the Internet
Q. What is a Java Bean?

A. A Java Bean is a software component that has been designed to be reusable in a variety of different environments.