Tuesday, March 15, 2011

My first Java...

This is only of interest to me, but to mark it down on record...I wrote a java class.   For any newbies out there it is...


public class HelloWorldClass {


/**
* @param args
*/
public static void main(String[] args) {
System.out.println("Hello World");


}


}


To use, grab the IDE of your choice add this code to the project, compile and run...and you too can be Wyle E. Coyote  Super Genius.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home