Solved

In RMI Program the Following Example Shows The

Question 16

Multiple Choice

In RMI program the following example shows the,
Import java.rmi.*;
Public interface Adder extends Remote
{
Public int add(int x,int y) throws RemoteException;
}


A) Create and start the remote application
B) Create and start the client application
C) Create the remote interface
D) Provide the implementation of the remote interface

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions