The Hello World Application

class HelloWorld {

  public static void main (String args[]) {

    System.out.println("Hello World!");

  }
  
}

Copyright 1996 Elliotte Rusty Harold
elharo@sunsite.unc.edu
This Chapter
Examples
Home