You are not logged in.

#1 2015-06-06 05:53:32

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

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.

2015-06-06 05:53:32

Advertisement
Ads By Google

Re: Remote Interface:



Board footer