Pages

Sunday, August 27, 2017

Hello world example in Java

This Example is for the beginners to start programming in Java

Play Free Online Games and Win Big Prize Money 

public class Hello{

//main() function start

  public static void main(String args[]){

    System.out.println("Hello World !");

//command to print on the console 

  }

// main function finish

}

Watch video here
https://youtu.be/sX0XAROhuiQ

No comments:

Post a Comment