0% found this document useful (0 votes)
6 views1 page

Java Rmi Interface Example

sample interface coding java rmi

Uploaded by

Er. Arvind Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Java Rmi Interface Example

sample interface coding java rmi

Uploaded by

Er. Arvind Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

F:\j2ee\rmi\add\intf.

java

11 March 2013 02:09

import [Link].*; public interface intf extends Remote { public int add(int num1, int num2) throws RemoteException; }

-1-

You might also like