My first program in NetBeans....


http://pixelduke.files.wordpress.com/2010/01/jnbdec2008-hello-world-example2.png

photocourtesy:pixelduke

/*
 *Open Source
 *
 */
/**
 *
 * @author lol ik
 */
public class helloworld {

   
    /*birth of a new program*/
    public static void main(String[] args) {
        System.out.println("Hello World");
    }
   
}
This is my very first Program in NetBeans
posted by lol ik

Comments

Popular Posts