Site hosted by Angelfire.com: Build your free website today!
       
The Digital Reference Section

A simple JAVA program (Structure)

by Rodelio Barcenas

 /* This is an example of a simple java program
which displays a message Hello World on the screen.
*/

public class struct {

public static void main(String arg[]){
System.out.println("Hello World");
}

}


The PinoyTechZone.Com
Copyright 2002-2003
All rights Reserved