.
Home About-us Privacy Policy Contact-us Services

Friday, October 16, 2015

java Hello world program example

ad+1

Helloo World Java program example

class helloo
{
public static void main(String arg[])
{
sytem.out.println("helloo java program ");
}
}

you can save this program in your computer drive with the extension of .java like helloo.java and compile with javac helloo.java when it compile and error free then you can run with simple java helloo.


0 comments:

Post a Comment

Home About-us Privacy Policy Contact-us Services
Copyright © 2014 All Programs Examples | All Rights Reserved. Blogger Templates Download Blogger Templates