Basic HTML version of Foils prepared May 7 1996

Foil 158 Hello World Applet from Sun Tutorial

From MetaComputing -- MRA Meeting Part I:Concepts and Issues Tutorial for CRPC MRA Meeting at Cornell -- May 7 1996. by Mark 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.

Page produced by wwwfoil on Sun Apr 11 1999