J2EE Technologies
M
Q 1. In RMI which layer defines and supports the invocation semantics of the RMI connection and this layer maintains the session during the method call?
M
Q 2. What is the built on top of the socket programming?
M
Q 3. Which method of the Naming class (found in java.rmi) is used to update the RMI registry on the server machine?
M
Q 4. RMI uses which protocol on top of TCP/IP (an analogy is HTTP over TCP/IP)?
M
Q 5. 1099 is the default port used by RMI Registry.
M
Q 6. Which method in naming class specifies a name to the remote object?
M
Q 7. RMI Architecture consists of how many layers?
M
Q 8. Which objects are used by RMI for communicating with the remote object?
M
Q 9. Which program obtains a remote reference to one or more remote objects on a server and then invokes methods on them in an RMI application?
M