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


1 class HelloWorldApp {
2 public static void main (String args[]) {
3 System.out.println("Hello World!");
4 }
5 }
6 Note args are of class String and needed even though helloWorldApp has no command line arguments
7

in Table To:


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