Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Java hello world

public class PrintHelloWorld 
{
  public static void main(String[] args) 
  {
    //This is the print line. Anything in the Quotation Maks will be printed
  	System.out.println("Hello, World!"); 
  }
}
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #Java #world
ADD COMMENT
Topic
Name
1+8 =