the first code in java programming language
/*
* helloword.java
*display hello word!!! to the output window
*
*/
public class hello world // class definition header
{
public static void main (string[]args)
{
system.out.println("hello world!!!"); //print text
}// end class helloword
follow my previous post to get started on the java