JVM Languages
jqa397.txt
Associated article: How Do I Use Java Remote Method Invocation From An Applet?
Tags: .NET JVM Languages
Published source code accompanying Cliff Berg's column in which he examines the Java Remote Method Invocations API. Also see JQA397.ZIP.
_Java Q&A Column_ by Cliff Berg Example 1: (a) public void addPlayer(GamePlayer gp, int x, int y) throws java.rmi.RemoteException; public void remPlayer(GamePlayer gp) throws java.rmi.RemoteException; public void fire(GamePlayer gp) throws java.rmi....


