Hello World

You are currently viewing a revision titled "Hello World Project", saved on February 7, 2013 at 8:27 pm by IanG
Title
Hello World Project
Content
Lab Description: This project was created to introduce myself  to Java programming language. In this project I display a simple Hello World Project.   CODE:
 public class HelloWorld {

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
{
System.out.println("Hello World my name is Ian Greenidge and welcome to my Java Programming!");
}

}

}

<strong>ScreenShots:


Excerpt
Footnotes