From MetaComputing -- MRA Meeting Part I:Concepts and Issues Tutorial for CRPC MRA Meeting at Cornell -- May 7 1996. byMark Baker, Geoffrey Fox
class HelloWorldApp {
public static void main (String args[]) {
System.out.println("Hello World!");
}
}
Note args are of class String and needed even though helloWorldApp has no command line arguments
Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.