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.
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