You are not logged in.
Pages:: 1
#1 2015-06-06 05:53:32
Remote Interface:
Question:
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;
}
Option A):
Create the remote interface
Option B):
Create and start the remote application
Option C):
Create and start the client application
Option D):
Provide the implementation of the remote interface
Correct Answer is Option A):
Create the remote interface
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-06-06 05:53:32
- Advertisement
- Ads By Google
Re: Remote Interface:
Pages:: 1