> public interface MessageReceiver extends Remote {
>     boolean takeMessage(String s) throws RemoteException;
> }
>
> server/Server.java: ------------------------------
> package server;

>         String name = "test";
>         try {
>             MessageReceiver server = new Server();

Since MessageReceiver is a interface what the above lines are telling
kindly help me.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to